#023612

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

Shades of Deep Fir #023612

Tints of Deep Fir #023612

Color information

#023612 (or 0x023612) is unknown color: approx Deep Fir. HEX triplet: 02, 36 and 12. RGB value is (2,54,18). Sum of RGB (Red+Green+Blue) = 2+54+18=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 54 (21.48% from 255 or 72.97% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 54 - color contains mainly: green. Hex color #023612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023612 is #FDC9ED. Grayscale: #222222. Windows color (decimal): -16632302 or 1193474. OLE color: 1193474.

HSL color Cylindrical-coordinate representation of color #023612: hue angle of 138.46º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023612 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB25418-
CMYK0.9600.670.79
HSL138.46º92.86%10.98%-
HSV(B)138.46º96.3%21.18%-
XYZ1.452.691.02-
YUV34.35118.77104.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 54 (21.48% from 255) = 72.97%
BLUE value IS 18 (7.42% from 255) = 24.32%
R=2.70%
G=72.97%
B=24.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal254180.9600.670.79138.4692.8610.98
Hex23612600434F8a5db
Octal26622140010311721213513
Binary101101101001011000000100001110011111000101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023612; }

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

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

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

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

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

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

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

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