#242A18

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

Shades of Pine Tree #242A18

Tints of Pine Tree #242A18

Color information

#242A18 (or 0x242A18) is unknown color: approx Pine Tree. HEX triplet: 24, 2A and 18. RGB value is (36,42,24). Sum of RGB (Red+Green+Blue) = 36+42+24=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 42 - color contains mainly: green. Hex color #242A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242A18 is #DBD5E7. Grayscale: #262626. Windows color (decimal): -14407144 or 1583652. OLE color: 1583652.

HSL color Cylindrical-coordinate representation of color #242A18: hue angle of 80º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #242A18 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB364224-
CMYK0.1400.430.84
HSL80º27.27%12.94%-
HSV(B)80º42.86%16.47%-
XYZ1.722.11.18-
YUV38.15120.01126.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.29%
GREEN value IS 42 (16.80% from 255) = 41.18%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=35.29%
G=41.18%
B=23.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3642240.1400.430.848027.2712.94
Hex242A18E02B54501bd
Octal445230160531241203315
Binary100100101010110001110010101110101001010000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242A18; }

 p { color: rgb(36,42,24); }

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

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

 a { background-color: rgb(36,42,24); }

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

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

 span { border-color: rgb(36,42,24); }

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