#023709

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

Shades of Deep Fir #023709

Tints of Deep Fir #023709

Color information

#023709 (or 0x023709) is unknown color: approx Deep Fir. HEX triplet: 02, 37 and 09. RGB value is (2,55,9). Sum of RGB (Red+Green+Blue) = 2+55+9=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 55 (21.88% from 255 or 83.33% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 55 - color contains mainly: green. Hex color #023709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023709 is #FDC8F6. Grayscale: #222222. Windows color (decimal): -16632055 or 603906. OLE color: 603906.

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

Color convert

RGB2559-
CMYK0.9600.840.78
HSL127.92º92.98%11.18%-
HSV(B)127.92º96.36%21.57%-
XYZ1.442.770.72-
YUV33.91113.94105.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 55 (21.88% from 255) = 83.33%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=3.03%
G=83.33%
B=13.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal25590.9600.840.78127.9292.9811.18
Hex2379600544E805db
Octal26711140012411620013513
Binary10110111100111000000101010010011101000000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023709; }

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

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

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

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

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

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

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

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