#024110

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

Shades of Deep Fir #024110

Tints of Deep Fir #024110

Color information

#024110 (or 0x024110) is unknown color: approx Deep Fir. HEX triplet: 02, 41 and 10. RGB value is (2,65,16). Sum of RGB (Red+Green+Blue) = 2+65+16=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 65 (25.78% from 255 or 78.31% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 65 - color contains mainly: green. Hex color #024110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024110 is #FDBEEF. Grayscale: #282828. Windows color (decimal): -16629488 or 1065218. OLE color: 1065218.

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

Color convert

RGB26516-
CMYK0.9700.750.75
HSL133.33º94.03%13.14%-
HSV(B)133.33º96.92%25.49%-
XYZ2.013.831.12-
YUV40.58114.13100.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 65 (25.78% from 255) = 78.31%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=2.41%
G=78.31%
B=19.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265160.9700.750.75133.3394.0313.14
Hex241106104B4B855ed
Octal210120141011311320513615
Binary1010000011000011000010100101110010111000010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024110; }

 p { color: rgb(2,65,16); }

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

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

 a { background-color: rgb(2,65,16); }

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

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

 span { border-color: rgb(2,65,16); }

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