Html Css Color HEX #022609 Deep Fir

📋 copy color: '#022609'

red 2 ◦ green 38 ◦ blue 9

#022609
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #022609

Tints of Deep Fir #022609

RGB

 RED value IS 2 (1.17% from 255) = 4.08%

 GREEN value IS 38 (15.23% from 255) = 77.55%

 BLUE value IS 9 (3.91% from 255) = 18.37%

R = 4.08%
G = 77.55%
B = 18.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#022609 (or 0x022609) is known color: Deep Fir. HEX triplet: 02, 26 and 09. RGB value is (2,38,9). Sum of RGB (Red+Green+Blue) = 2+38+9=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 38 (15.23% from 255 or 77.55% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 38 - color contains mainly: green. Hex color #022609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022609 is #FDD9F6. Grayscale: #181818. Windows color (decimal): -16636407 or 599554. OLE color: 599554.

HSL color Cylindrical-coordinate representation of color #022609: hue angle of 131.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022609 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB 2 38 9 -
CMYK 0.95 0 0.76 0.85
HSL 131.67º 0.9% 0.08% -
HSV(B) 131.67º 0.95% 0.15% -
XYZ 0.77 1.42 0.49 -
YUV 23.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 2 38 9 0.95 0 0.76 0.85 131.67 0.9 0.08
Hex 2 26 9 5F 0 4C 55 84 5A 8
Octal 2 46 11 137 0 114 125 204 132 10
Binary 10 100110 1001 1011111 0 1001100 1010101 10000100 1011010 1000

Color Harmonies of #022609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022609

Black with #022609

Text Example


Text Example

White with #022609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022609; }

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

 H1.HeaderClassName
 {
   color: #022609;
 }
 .AnyTagClassName
 {
   color: #022609;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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