#02370F

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

Shades of Deep Fir #02370F

Tints of Deep Fir #02370F

Color information

#02370F (or 0x02370F) is unknown color: approx Deep Fir. HEX triplet: 02, 37 and 0F. RGB value is (2,55,15). Sum of RGB (Red+Green+Blue) = 2+55+15=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 55 (21.88% from 255 or 76.39% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 55 - color contains mainly: green. Hex color #02370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02370F is #FDC8F0. Grayscale: #222222. Windows color (decimal): -16632049 or 997122. OLE color: 997122.

HSL color Cylindrical-coordinate representation of color #02370F: hue angle of 134.72º 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 #02370F is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB25515-
CMYK0.9600.730.78
HSL134.72º92.98%11.18%-
HSV(B)134.72º96.36%21.57%-
XYZ1.482.780.91-
YUV34.59116.94104.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.78%
GREEN value IS 55 (21.88% from 255) = 76.39%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=2.78%
G=76.39%
B=20.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal255150.9600.730.78134.7292.9811.18
Hex237F600494E875db
Octal26717140011111620713513
Binary10110111111111000000100100110011101000011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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