#023112

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

Shades of Dark Green #023112

Tints of Dark Green #023112

Color information

#023112 (or 0x023112) is unknown color: approx Dark Green. HEX triplet: 02, 31 and 12. RGB value is (2,49,18). Sum of RGB (Red+Green+Blue) = 2+49+18=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 49 (19.53% from 255 or 71.01% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 49 - color contains mainly: green. Hex color #023112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023112 is #FDCEED. Grayscale: #1F1F1F. Windows color (decimal): -16633582 or 1192194. OLE color: 1192194.

HSL color Cylindrical-coordinate representation of color #023112: hue angle of 140.43º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023112 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB24918-
CMYK0.9600.630.81
HSL140.43º92.16%10%-
HSV(B)140.43º95.92%19.22%-
XYZ1.232.250.94-
YUV31.41120.43107.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 49 (19.53% from 255) = 71.01%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=2.90%
G=71.01%
B=26.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal249180.9600.630.81140.4392.1610
Hex231126003F518c5ca
Octal2612214007712121413412
Binary10110001100101100000011111110100011000110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023112; }

 p { color: rgb(2,49,18); }

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

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

 a { background-color: rgb(2,49,18); }

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

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

 span { border-color: rgb(2,49,18); }

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