#24340F

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

Shades of Pine Tree #24340F

Tints of Pine Tree #24340F

Color information

#24340F (or 0x24340F) is unknown color: approx Pine Tree. HEX triplet: 24, 34 and 0F. RGB value is (36,52,15). Sum of RGB (Red+Green+Blue) = 36+52+15=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #24340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24340F is #DBCBF0. Grayscale: #2B2B2B. Windows color (decimal): -14404593 or 996388. OLE color: 996388.

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

Color convert

RGB365215-
CMYK0.3100.710.80
HSL85.95º55.22%13.14%-
HSV(B)85.95º71.15%20.39%-
XYZ2.042.870.9-
YUV43112.2123.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.95%
GREEN value IS 52 (20.70% from 255) = 50.49%
BLUE value IS 15 (6.25% from 255) = 14.56%
R=34.95%
G=50.49%
B=14.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3652150.3100.710.8085.9555.2213.14
Hex2434F1F047505637d
Octal4464173701071201266715
Binary10010011010011111111101000111101000010101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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