#242C15

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

Shades of Pine Tree #242C15

Tints of Pine Tree #242C15

Color information

#242C15 (or 0x242C15) is unknown color: approx Pine Tree. HEX triplet: 24, 2C and 15. RGB value is (36,44,21). Sum of RGB (Red+Green+Blue) = 36+44+21=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 44 - color contains mainly: green. Hex color #242C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242C15 is #DBD3EA. Grayscale: #272727. Windows color (decimal): -14406635 or 1387556. OLE color: 1387556.

HSL color Cylindrical-coordinate representation of color #242C15: hue angle of 80.87º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #242C15 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.

Color convert

RGB364421-
CMYK0.1800.520.83
HSL80.87º35.38%12.75%-
HSV(B)80.87º52.27%17.25%-
XYZ1.762.231.05-
YUV38.99117.85125.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.64%
GREEN value IS 44 (17.58% from 255) = 43.56%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=35.64%
G=43.56%
B=20.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3644210.1800.520.8380.8735.3812.75
Hex242C1512034535123d
Octal445425220641231214315
Binary10010010110010101100100110100101001110100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,44,21); }

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

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

 a { background-color: rgb(36,44,21); }

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

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

 span { border-color: rgb(36,44,21); }

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