#023512

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

Shades of Deep Fir #023512

Tints of Deep Fir #023512

Color information

#023512 (or 0x023512) is unknown color: approx Deep Fir. HEX triplet: 02, 35 and 12. RGB value is (2,53,18). Sum of RGB (Red+Green+Blue) = 2+53+18=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 53 (21.09% from 255 or 72.60% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 53 - color contains mainly: green. Hex color #023512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023512 is #FDCAED. Grayscale: #212121. Windows color (decimal): -16632558 or 1193218. OLE color: 1193218.

HSL color Cylindrical-coordinate representation of color #023512: hue angle of 138.82º 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 #023512 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB25318-
CMYK0.9600.660.79
HSL138.82º92.73%10.78%-
HSV(B)138.82º96.23%20.78%-
XYZ1.412.61-
YUV33.76119.1105.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.74%
GREEN value IS 53 (21.09% from 255) = 72.60%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=2.74%
G=72.60%
B=24.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal253180.9600.660.79138.8292.7310.78
Hex23512600424F8b5db
Octal26522140010211721313513
Binary101101011001011000000100001010011111000101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023512; }

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

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

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

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

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

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

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

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