#023912

Color #023912 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #023912

Tints of Deep Fir #023912

Color information

#023912 (or 0x023912) is unknown color: approx Deep Fir. HEX triplet: 02, 39 and 12. RGB value is (2,57,18). Sum of RGB (Red+Green+Blue) = 2+57+18=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 57 (22.66% from 255 or 74.03% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 57 - color contains mainly: green. Hex color #023912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023912 is #FDC6ED. Grayscale: #242424. Windows color (decimal): -16631534 or 1194242. OLE color: 1194242.

HSL color Cylindrical-coordinate representation of color #023912: hue angle of 137.45º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023912 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB25718-
CMYK0.9600.680.78
HSL137.45º93.22%11.57%-
HSV(B)137.45º96.49%22.35%-
XYZ1.62.981.06-
YUV36.11117.78103.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 57 (22.66% from 255) = 74.03%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=2.60%
G=74.03%
B=23.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal257180.9600.680.78137.4593.2211.57
Hex23912600444E895dc
Octal27122140010411621113514
Binary101110011001011000000100010010011101000100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023912; }

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

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

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

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

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

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

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

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