#02330A

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

Shades of Deep Fir #02330A

Tints of Deep Fir #02330A

Color information

#02330A (or 0x02330A) is unknown color: approx Deep Fir. HEX triplet: 02, 33 and 0A. RGB value is (2,51,10). Sum of RGB (Red+Green+Blue) = 2+51+10=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 51 (20.31% from 255 or 80.95% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 51 - color contains mainly: green. Hex color #02330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02330A is #FDCCF5. Grayscale: #1F1F1F. Windows color (decimal): -16633078 or 668418. OLE color: 668418.

HSL color Cylindrical-coordinate representation of color #02330A: hue angle of 129.8º 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 #02330A is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB25110-
CMYK0.9600.800.8
HSL129.8º92.45%10.39%-
HSV(B)129.8º96.08%20%-
XYZ1.262.40.68-
YUV31.67115.77106.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.17%
GREEN value IS 51 (20.31% from 255) = 80.95%
BLUE value IS 10 (4.30% from 255) = 15.87%
R=3.17%
G=80.95%
B=15.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal251100.9600.800.8129.892.4510.39
Hex233A6005050825ca
Octal26312140012012020213412
Binary10110011101011000000101000010100001000001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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