#023A09

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

Shades of Deep Fir #023A09

Tints of Deep Fir #023A09

Color information

#023A09 (or 0x023A09) is unknown color: approx Deep Fir. HEX triplet: 02, 3A and 09. RGB value is (2,58,9). Sum of RGB (Red+Green+Blue) = 2+58+9=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 58 (23.05% from 255 or 84.06% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 58 - color contains mainly: green. Hex color #023A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023A09 is #FDC5F6. Grayscale: #232323. Windows color (decimal): -16631287 or 604674. OLE color: 604674.

HSL color Cylindrical-coordinate representation of color #023A09: hue angle of 127.5º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A09 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.77.

Color convert

RGB2589-
CMYK0.9700.840.77
HSL127.5º93.33%11.76%-
HSV(B)127.5º96.55%22.75%-
XYZ1.593.060.77-
YUV35.67112.95103.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 58 (23.05% from 255) = 84.06%
BLUE value IS 9 (3.91% from 255) = 13.04%
R=2.90%
G=84.06%
B=13.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal25890.9700.840.77127.593.3311.76
Hex23A9610544D805dc
Octal27211141012411520013514
Binary10111010100111000010101010010011011000000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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