Html Css Color HEX #023809 Deep Fir

📋 copy color: '#023809'

red 2 ◦ green 56 ◦ blue 9

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

Shades of Deep Fir #023809

Tints of Deep Fir #023809

RGB

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

 GREEN value IS 56 (22.27% from 255) = 83.58%

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

R = 2.99%
G = 83.58%
B = 13.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#023809 (or 0x023809) is known color: Deep Fir. HEX triplet: 02, 38 and 09. RGB value is (2,56,9). Sum of RGB (Red+Green+Blue) = 2+56+9=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 56 (22.27% from 255 or 83.58% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 56 - color contains mainly: green. Hex color #023809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023809 is #FDC7F6. Grayscale: #222222. Windows color (decimal): -16631799 or 604162. OLE color: 604162.

HSL color Cylindrical-coordinate representation of color #023809: hue angle of 127.78º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023809 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 56 9 -
CMYK 0.96 0 0.84 0.78
HSL 127.78º 0.93% 0.11% -
HSV(B) 127.78º 0.96% 0.22% -
XYZ 1.49 2.86 0.73 -
YUV 34.5 113.61 104.82 -
System Red Green Blue C M Y K H S L
Decimal 2 56 9 0.96 0 0.84 0.78 127.78 0.93 0.11
Hex 2 38 9 60 0 54 4E 80 5D B
Octal 2 70 11 140 0 124 116 200 135 13
Binary 10 111000 1001 1100000 0 1010100 1001110 10000000 1011101 1011

Color Harmonies of #023809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023809

Black with #023809

Text Example


Text Example

White with #023809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023809; }

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

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

background-color css

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

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

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

border-color css

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

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

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