#02350A

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

Shades of Deep Fir #02350A

Tints of Deep Fir #02350A

Color information

#02350A (or 0x02350A) is unknown color: approx Deep Fir. HEX triplet: 02, 35 and 0A. RGB value is (2,53,10). Sum of RGB (Red+Green+Blue) = 2+53+10=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 53 (21.09% from 255 or 81.54% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 53 - color contains mainly: green. Hex color #02350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02350A is #FDCAF5. Grayscale: #202020. Windows color (decimal): -16632566 or 668930. OLE color: 668930.

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

Color convert

RGB25310-
CMYK0.9600.810.79
HSL129.41º92.73%10.78%-
HSV(B)129.41º96.23%20.78%-
XYZ1.352.580.71-
YUV32.85115.1106-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.08%
GREEN value IS 53 (21.09% from 255) = 81.54%
BLUE value IS 10 (4.30% from 255) = 15.38%
R=3.08%
G=81.54%
B=15.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal253100.9600.810.79129.4192.7310.78
Hex235A600514F815db
Octal26512140012111720113513
Binary10110101101011000000101000110011111000000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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