#24340B

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

Shades of Pine Tree #24340B

Tints of Pine Tree #24340B

Color information

#24340B (or 0x24340B) is unknown color: approx Pine Tree. HEX triplet: 24, 34 and 0B. RGB value is (36,52,11). Sum of RGB (Red+Green+Blue) = 36+52+11=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #24340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24340B is #DBCBF4. Grayscale: #2A2A2A. Windows color (decimal): -14404597 or 734244. OLE color: 734244.

HSL color Cylindrical-coordinate representation of color #24340B: hue angle of 83.41º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24340B is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB365211-
CMYK0.3100.790.80
HSL83.41º65.08%12.35%-
HSV(B)83.41º78.85%20.39%-
XYZ2.022.860.76-
YUV42.54110.2123.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.36%
GREEN value IS 52 (20.70% from 255) = 52.53%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=36.36%
G=52.53%
B=11.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3652110.3100.790.8083.4165.0812.35
Hex2434B1F04F505341c
Octal44641337011712012310114
Binary100100110100101111111010011111010000101001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24340B; }

 p { color: rgb(36,52,11); }

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

<style>
 a { background-color: #24340B; }

 a { background-color: rgb(36,52,11); }

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

<style>
 span { border-color: #24340B; }

 span { border-color: rgb(36,52,11); }

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