#02350B

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

Shades of Deep Fir #02350B

Tints of Deep Fir #02350B

Color information

#02350B (or 0x02350B) is unknown color: approx Deep Fir. HEX triplet: 02, 35 and 0B. RGB value is (2,53,11). Sum of RGB (Red+Green+Blue) = 2+53+11=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 53 (21.09% from 255 or 80.30% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 53 - color contains mainly: green. Hex color #02350B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02350B is #FDCAF4. Grayscale: #212121. Windows color (decimal): -16632565 or 734466. OLE color: 734466.

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

Color convert

RGB25311-
CMYK0.9600.790.79
HSL130.59º92.73%10.78%-
HSV(B)130.59º96.23%20.78%-
XYZ1.362.580.74-
YUV32.96115.6105.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 53 (21.09% from 255) = 80.30%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=3.03%
G=80.30%
B=16.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal253110.9600.790.79130.5992.7310.78
Hex235B6004F4F835db
Octal26513140011711720313513
Binary10110101101111000000100111110011111000001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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