#02330C

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

Shades of Deep Fir #02330C

Tints of Deep Fir #02330C

Color information

#02330C (or 0x02330C) is unknown color: approx 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

RGB25112-
CMYK0.9600.760.8
HSL132.24º92.45%10.39%-
HSV(B)132.24º96.08%20%-
XYZ1.282.410.75-
YUV31.9116.77106.67-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal251120.9600.760.8132.2492.4510.39
Hex233C6004C50845ca
Octal26314140011412020413412
Binary10110011110011000000100110010100001000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>