#242F15

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

Shades of Pine Tree #242F15

Tints of Pine Tree #242F15

Color information

#242F15 (or 0x242F15) is unknown color: approx Pine Tree. HEX triplet: 24, 2F and 15. RGB value is (36,47,21). Sum of RGB (Red+Green+Blue) = 36+47+21=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #242F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242F15 is #DBD0EA. Grayscale: #282828. Windows color (decimal): -14405867 or 1388324. OLE color: 1388324.

HSL color Cylindrical-coordinate representation of color #242F15: hue angle of 85.38º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #242F15 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.82.

Color convert

RGB364721-
CMYK0.2300.550.82
HSL85.38º38.24%13.33%-
HSV(B)85.38º55.32%18.43%-
XYZ1.882.461.09-
YUV40.75116.86124.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.62%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=34.62%
G=45.19%
B=20.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3647210.2300.550.8285.3838.2413.33
Hex242F1517037525526d
Octal445725270671221254615
Binary10010010111110101101110110111101001010101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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