#02370B

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

Shades of Deep Fir #02370B

Tints of Deep Fir #02370B

Color information

#02370B (or 0x02370B) is unknown color: approx Deep Fir. HEX triplet: 02, 37 and 0B. RGB value is (2,55,11). Sum of RGB (Red+Green+Blue) = 2+55+11=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 55 (21.88% from 255 or 80.88% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 55 - color contains mainly: green. Hex color #02370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02370B is #FDC8F4. Grayscale: #222222. Windows color (decimal): -16632053 or 734978. OLE color: 734978.

HSL color Cylindrical-coordinate representation of color #02370B: hue angle of 130.19º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02370B is Cyan = 0.96, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB25511-
CMYK0.9600.80.78
HSL130.19º92.98%11.18%-
HSV(B)130.19º96.36%21.57%-
XYZ1.452.770.77-
YUV34.14114.94105.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.94%
GREEN value IS 55 (21.88% from 255) = 80.88%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=2.94%
G=80.88%
B=16.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal255110.9600.80.78130.1992.9811.18
Hex237B600504E825db
Octal26713140012011620213513
Binary10110111101111000000101000010011101000001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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