#12763E

Color #12763E Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #12763E

Tints of Dark Spring Green #12763E

Color information

#12763E (or 0x12763E) is unknown color: approx Dark Spring Green. HEX triplet: 12, 76 and 3E. RGB value is (18,118,62). Sum of RGB (Red+Green+Blue) = 18+118+62=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #12763E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12763E is #ED89C1. Grayscale: #515151. Windows color (decimal): -15567298 or 4093458. OLE color: 4093458.

HSL color Cylindrical-coordinate representation of color #12763E: hue angle of 146.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12763E is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1811862-
CMYK0.8500.470.54
HSL146.4º73.53%26.67%-
HSV(B)146.4º84.75%46.27%-
XYZ7.613.436.75-
YUV81.72116.8782.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 118 (46.48% from 255) = 59.60%
BLUE value IS 62 (24.61% from 255) = 31.31%
R=9.09%
G=59.60%
B=31.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18118620.8500.470.54146.473.5326.67
Hex12763E5502F36924a1b
Octal22166761250576622211233
Binary1001011101101111101010101010111111011010010010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12763E; }

 p { color: rgb(18,118,62); }

 H1.HeaderClassName
 {
   color: #12763E;
 }
 .AnyTagClassName
 {
   color: #12763E;
 }
</style>
background-color css

<style>
 a { background-color: #12763E; }

 a { background-color: rgb(18,118,62); }

 div.DivClassName
 {
   background-color: #12763E;
 }
 .BgClassName
 {
   background-color: #12763E;
 }
</style>
border-color css

<style>
 span { border-color: #12763E; }

 span { border-color: rgb(18,118,62); }

 td.TdClassName
 {
   border-color: #12763E;
 }
 .TagClassName
 {
   border-color: #12763E;
 }
</style>