#24281E

Color #24281E Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #24281E

Tints of Pine Tree #24281E

Color information

#24281E (or 0x24281E) is unknown color: approx Pine Tree. HEX triplet: 24, 28 and 1E. RGB value is (36,40,30). Sum of RGB (Red+Green+Blue) = 36+40+30=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 40 - color contains mainly: green. Hex color #24281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24281E is #DBD7E1. Grayscale: #252525. Windows color (decimal): -14407650 or 1976356. OLE color: 1976356.

HSL color Cylindrical-coordinate representation of color #24281E: hue angle of 84º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #24281E is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB364030-
CMYK0.1000.250.84
HSL84º14.29%13.73%-
HSV(B)84º25%15.69%-
XYZ1.721.991.52-
YUV37.66123.67126.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.96%
GREEN value IS 40 (16.02% from 255) = 37.74%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=33.96%
G=37.74%
B=28.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3640300.1000.250.848414.2913.73
Hex24281EA0195454ee
Octal445036120311241241616
Binary1001001010001111010100110011010100101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24281E; }

 p { color: rgb(36,40,30); }

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

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

 a { background-color: rgb(36,40,30); }

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

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

 span { border-color: rgb(36,40,30); }

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