Html Css Color HEX #023009 Deep Fir

📋 copy color: '#023009'

red 2 ◦ green 48 ◦ blue 9

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

Shades of Deep Fir #023009

Tints of Deep Fir #023009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 81.36%

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

R = 3.39%
G = 81.36%
B = 15.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#023009 (or 0x023009) is known color: Deep Fir. HEX triplet: 02, 30 and 09. RGB value is (2,48,9). Sum of RGB (Red+Green+Blue) = 2+48+9=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 48 (19.14% from 255 or 81.36% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 48 - color contains mainly: green. Hex color #023009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023009 is #FDCFF6. Grayscale: #1D1D1D. Windows color (decimal): -16633847 or 602114. OLE color: 602114.

HSL color Cylindrical-coordinate representation of color #023009: hue angle of 129.13º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023009 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 48 9 -
CMYK 0.96 0 0.81 0.81
HSL 129.13º 0.92% 0.1% -
HSV(B) 129.13º 0.96% 0.19% -
XYZ 1.13 2.15 0.61 -
YUV 29.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 2 48 9 0.96 0 0.81 0.81 129.13 0.92 0.1
Hex 2 30 9 60 0 51 51 81 5C A
Octal 2 60 11 140 0 121 121 201 134 12
Binary 10 110000 1001 1100000 0 1010001 1010001 10000001 1011100 1010

Color Harmonies of #023009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023009

Black with #023009

Text Example


Text Example

White with #023009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023009; }

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

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

background-color css

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

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

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

border-color css

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

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

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