#02320A

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

Shades of Deep Fir #02320A

Tints of Deep Fir #02320A

Color information

#02320A (or 0x02320A) is unknown color: approx Deep Fir. HEX triplet: 02, 32 and 0A. RGB value is (2,50,10). Sum of RGB (Red+Green+Blue) = 2+50+10=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 50 (19.92% from 255 or 80.65% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 50 - color contains mainly: green. Hex color #02320A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02320A is #FDCDF5. Grayscale: #1F1F1F. Windows color (decimal): -16633334 or 668162. OLE color: 668162.

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

Color convert

RGB25010-
CMYK0.9600.800.80
HSL130º92.31%10.2%-
HSV(B)130º96%19.61%-
XYZ1.222.320.67-
YUV31.09116.1107.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.23%
GREEN value IS 50 (19.92% from 255) = 80.65%
BLUE value IS 10 (4.30% from 255) = 16.13%
R=3.23%
G=80.65%
B=16.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal250100.9600.800.8013092.3110.2
Hex232A6005050825ca
Octal26212140012012020213412
Binary10110010101011000000101000010100001000001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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