Html Css Color HEX #023512 Deep Fir

📋 copy color: '#023512'

red 2 ◦ green 53 ◦ blue 18

#023512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #023512

Tints of Deep Fir #023512

RGB

 RED value IS 2 (1.17% from 255) = 2.74%

 GREEN value IS 53 (21.09% from 255) = 72.6%

 BLUE value IS 18 (7.42% from 255) = 24.66%

R = 2.74%
G = 72.6%
B = 24.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#023512 (or 0x023512) is known color: 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

RGB 2 53 18 -
CMYK 0.96 0 0.66 0.79
HSL 138.82º 0.93% 0.11% -
HSV(B) 138.82º 0.96% 0.21% -
XYZ 1.41 2.6 1 -
YUV 33.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 2 53 18 0.96 0 0.66 0.79 138.82 0.93 0.11
Hex 2 35 12 60 0 42 4F 8B 5D B
Octal 2 65 22 140 0 102 117 213 135 13
Binary 10 110101 10010 1100000 0 1000010 1001111 10001011 1011101 1011

Color Harmonies of #023512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023512

Black with #023512

Text Example


Text Example

White with #023512

Text Example


Text Example

HTML Codes & Css Web 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>