#242E0F

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

Shades of Pine Tree #242E0F

Tints of Pine Tree #242E0F

Color information

#242E0F (or 0x242E0F) is unknown color: approx Pine Tree. HEX triplet: 24, 2E and 0F. RGB value is (36,46,15). Sum of RGB (Red+Green+Blue) = 36+46+15=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #242E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242E0F is #DBD1F0. Grayscale: #272727. Windows color (decimal): -14406129 or 994852. OLE color: 994852.

HSL color Cylindrical-coordinate representation of color #242E0F: hue angle of 79.35º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #242E0F is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.82.

Color convert

RGB364615-
CMYK0.2200.670.82
HSL79.35º50.82%11.96%-
HSV(B)79.35º67.39%18.04%-
XYZ1.792.360.81-
YUV39.48114.19125.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.11%
GREEN value IS 46 (18.36% from 255) = 47.42%
BLUE value IS 15 (6.25% from 255) = 15.46%
R=37.11%
G=47.42%
B=15.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3646150.2200.670.8279.3550.8211.96
Hex242EF16043524f33c
Octal4456172601031221176314
Binary10010010111011111011001000011101001010011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,46,15); }

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

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

 a { background-color: rgb(36,46,15); }

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

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

 span { border-color: rgb(36,46,15); }

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