#024311

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

Shades of Deep Fir #024311

Tints of Deep Fir #024311

Color information

#024311 (or 0x024311) is unknown color: approx Deep Fir. HEX triplet: 02, 43 and 11. RGB value is (2,67,17). Sum of RGB (Red+Green+Blue) = 2+67+17=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 67 (26.56% from 255 or 77.91% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 67 - color contains mainly: green. Hex color #024311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024311 is #FDBCEE. Grayscale: #2A2A2A. Windows color (decimal): -16628975 or 1131266. OLE color: 1131266.

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

Color convert

RGB26717-
CMYK0.9700.750.74
HSL133.85º94.2%13.53%-
HSV(B)133.85º97.01%26.27%-
XYZ2.134.071.2-
YUV41.86113.9799.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.33%
GREEN value IS 67 (26.56% from 255) = 77.91%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=2.33%
G=77.91%
B=19.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267170.9700.750.74133.8594.213.53
Hex243116104B4A865ee
Octal210321141011311220613616
Binary1010000111000111000010100101110010101000011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024311; }

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

 H1.HeaderClassName
 {
   color: #024311;
 }
 .AnyTagClassName
 {
   color: #024311;
 }
</style>
background-color css

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

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

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

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

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

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