#023F0F

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

Shades of Deep Fir #023F0F

Tints of Deep Fir #023F0F

Color information

#023F0F (or 0x023F0F) is unknown color: approx Deep Fir. HEX triplet: 02, 3F and 0F. RGB value is (2,63,15). Sum of RGB (Red+Green+Blue) = 2+63+15=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 63 (25% from 255 or 78.75% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 63 - color contains mainly: green. Hex color #023F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023F0F is #FDC0F0. Grayscale: #272727. Windows color (decimal): -16630001 or 999170. OLE color: 999170.

HSL color Cylindrical-coordinate representation of color #023F0F: hue angle of 132.79º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023F0F is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.75.

Color convert

RGB26315-
CMYK0.9700.760.75
HSL132.79º93.85%12.75%-
HSV(B)132.79º96.83%24.71%-
XYZ1.893.61.05-
YUV39.29114.29101.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 63 (25% from 255) = 78.75%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=2.5%
G=78.75%
B=18.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal263150.9700.760.75132.7993.8512.75
Hex23FF6104C4B855ed
Octal27717141011411320513615
Binary10111111111111000010100110010010111000010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023F0F; }

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

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

<style>
 a { background-color: #023F0F; }

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

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

<style>
 span { border-color: #023F0F; }

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

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