Html Css Color HEX #024411 Deep Fir

📋 copy color: '#024411'

red 2 ◦ green 68 ◦ blue 17

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

Shades of Deep Fir #024411

Tints of Deep Fir #024411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 78.16%

 BLUE value IS 17 (7.03% from 255) = 19.54%

R = 2.3%
G = 78.16%
B = 19.54%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#024411 (or 0x024411) is known color: Deep Fir. HEX triplet: 02, 44 and 11. RGB value is (2,68,17). Sum of RGB (Red+Green+Blue) = 2+68+17=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 68 (26.95% from 255 or 78.16% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 68 - color contains mainly: green. Hex color #024411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024411 is #FDBBEE. Grayscale: #2A2A2A. Windows color (decimal): -16628719 or 1131522. OLE color: 1131522.

HSL color Cylindrical-coordinate representation of color #024411: hue angle of 133.64º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024411 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 68 17 -
CMYK 0.97 0 0.75 0.73
HSL 133.64º 0.94% 0.14% -
HSV(B) 133.64º 0.97% 0.27% -
XYZ 2.19 4.19 1.22 -
YUV 42.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 2 68 17 0.97 0 0.75 0.73 133.64 0.94 0.14
Hex 2 44 11 61 0 4B 49 86 5E E
Octal 2 104 21 141 0 113 111 206 136 16
Binary 10 1000100 10001 1100001 0 1001011 1001001 10000110 1011110 1110

Color Harmonies of #024411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024411

Black with #024411

Text Example


Text Example

White with #024411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024411; }

 p { color: rgb(2,68,17); }

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

background-color css

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

 a { background-color: rgb(2,68,17); }

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

border-color css

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

 span { border-color: rgb(2,68,17); }

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