#24380D

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

Shades of Pine Tree #24380D

Tints of Pine Tree #24380D

Color information

#24380D (or 0x24380D) is unknown color: approx Pine Tree. HEX triplet: 24, 38 and 0D. RGB value is (36,56,13). Sum of RGB (Red+Green+Blue) = 36+56+13=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #24380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24380D is #DBC7F2. Grayscale: #2D2D2D. Windows color (decimal): -14403571 or 866340. OLE color: 866340.

HSL color Cylindrical-coordinate representation of color #24380D: hue angle of 87.91º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24380D is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB365613-
CMYK0.3600.770.78
HSL87.91º62.32%13.53%-
HSV(B)87.91º76.79%21.96%-
XYZ2.213.230.89-
YUV45.12109.87121.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.29%
GREEN value IS 56 (22.27% from 255) = 53.33%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=34.29%
G=53.33%
B=12.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3656130.3600.770.7887.9162.3213.53
Hex2438D2404D4E583ee
Octal4470154401151161307616
Binary100100111000110110010001001101100111010110001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24380D; }

 p { color: rgb(36,56,13); }

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

<style>
 a { background-color: #24380D; }

 a { background-color: rgb(36,56,13); }

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

<style>
 span { border-color: #24380D; }

 span { border-color: rgb(36,56,13); }

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