#023609

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

Shades of Deep Fir #023609

Tints of Deep Fir #023609

Color information

#023609 (or 0x023609) is unknown color: approx Deep Fir. HEX triplet: 02, 36 and 09. RGB value is (2,54,9). Sum of RGB (Red+Green+Blue) = 2+54+9=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 54 (21.48% from 255 or 83.08% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 54 - color contains mainly: green. Hex color #023609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023609 is #FDC9F6. Grayscale: #212121. Windows color (decimal): -16632311 or 603650. OLE color: 603650.

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

Color convert

RGB2549-
CMYK0.9600.830.79
HSL128.08º92.86%10.98%-
HSV(B)128.08º96.3%21.18%-
XYZ1.392.670.7-
YUV33.32114.27105.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.08%
GREEN value IS 54 (21.48% from 255) = 83.08%
BLUE value IS 9 (3.91% from 255) = 13.85%
R=3.08%
G=83.08%
B=13.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal25490.9600.830.79128.0892.8610.98
Hex2369600534F805db
Octal26611140012311720013513
Binary10110110100111000000101001110011111000000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023609; }

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

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

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

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

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

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

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

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