Html Css Color HEX #022309 Deep Fir

📋 copy color: '#022309'

red 2 ◦ green 35 ◦ blue 9

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

Shades of Deep Fir #022309

Tints of Deep Fir #022309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 76.09%

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

R = 4.35%
G = 76.09%
B = 19.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#022309 (or 0x022309) is known color: Deep Fir. HEX triplet: 02, 23 and 09. RGB value is (2,35,9). Sum of RGB (Red+Green+Blue) = 2+35+9=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 35 (14.06% from 255 or 76.09% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 35 - color contains mainly: green. Hex color #022309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022309 is #FDDCF6. Grayscale: #161616. Windows color (decimal): -16637175 or 598786. OLE color: 598786.

HSL color Cylindrical-coordinate representation of color #022309: hue angle of 132.73º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022309 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB 2 35 9 -
CMYK 0.94 0 0.74 0.86
HSL 132.73º 0.89% 0.07% -
HSV(B) 132.73º 0.94% 0.14% -
XYZ 0.68 1.23 0.46 -
YUV 22.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 2 35 9 0.94 0 0.74 0.86 132.73 0.89 0.07
Hex 2 23 9 5E 0 4A 56 85 59 7
Octal 2 43 11 136 0 112 126 205 131 7
Binary 10 100011 1001 1011110 0 1001010 1010110 10000101 1011001 111

Color Harmonies of #022309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022309

Black with #022309

Text Example


Text Example

White with #022309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022309; }

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

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

background-color css

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

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

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

border-color css

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

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

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