Html Css Color HEX #02330C Deep Fir

📋 copy color: '#02330C'

red 2 ◦ green 51 ◦ blue 12

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

Shades of Deep Fir #02330C

Tints of Deep Fir #02330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 78.46%

 BLUE value IS 12 (5.08% from 255) = 18.46%

R = 3.08%
G = 78.46%
B = 18.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#02330C (or 0x02330C) is known color: Deep Fir. HEX triplet: 02, 33 and 0C. RGB value is (2,51,12). Sum of RGB (Red+Green+Blue) = 2+51+12=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 51 (20.31% from 255 or 78.46% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 51 - color contains mainly: green. Hex color #02330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02330C is #FDCCF3. Grayscale: #202020. Windows color (decimal): -16633076 or 799490. OLE color: 799490.

HSL color Cylindrical-coordinate representation of color #02330C: hue angle of 132.24º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02330C is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB 2 51 12 -
CMYK 0.96 0 0.76 0.8
HSL 132.24º 0.92% 0.1% -
HSV(B) 132.24º 0.96% 0.2% -
XYZ 1.28 2.41 0.75 -
YUV 31.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 2 51 12 0.96 0 0.76 0.8 132.24 0.92 0.1
Hex 2 33 C 60 0 4C 50 84 5C A
Octal 2 63 14 140 0 114 120 204 134 12
Binary 10 110011 1100 1100000 0 1001100 1010000 10000100 1011100 1010

Color Harmonies of #02330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02330C

Black with #02330C

Text Example


Text Example

White with #02330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02330C; }

 p { color: rgb(2,51,12); }

 H1.HeaderClassName
 {
   color: #02330C;
 }
 .AnyTagClassName
 {
   color: #02330C;
 }
</style>

background-color css

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

 a { background-color: rgb(2,51,12); }

 div.DivClassName
 {
   background-color: #02330C;
 }
 .BgClassName
 {
   background-color: #02330C;
 }
</style>

border-color css

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

 span { border-color: rgb(2,51,12); }

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