#024411

Color #024411 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #024411

Tints of Deep Fir #024411

Color information

#024411 (or 0x024411) is unknown color: approx 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

RGB26817-
CMYK0.9700.750.73
HSL133.64º94.29%13.73%-
HSV(B)133.64º97.06%26.67%-
XYZ2.194.191.22-
YUV42.45113.6399.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 68 (26.95% from 255) = 78.16%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=2.30%
G=78.16%
B=19.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal268170.9700.750.73133.6494.2913.73
Hex244116104B49865ee
Octal210421141011311120613616
Binary1010001001000111000010100101110010011000011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>