#24380C

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

Shades of Pine Tree #24380C

Tints of Pine Tree #24380C

Color information

#24380C (or 0x24380C) is unknown color: approx Pine Tree. HEX triplet: 24, 38 and 0C. RGB value is (36,56,12). Sum of RGB (Red+Green+Blue) = 36+56+12=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #24380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24380C is #DBC7F3. Grayscale: #2D2D2D. Windows color (decimal): -14403572 or 800804. OLE color: 800804.

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

Color convert

RGB365612-
CMYK0.3600.790.78
HSL87.27º64.71%13.33%-
HSV(B)87.27º78.57%21.96%-
XYZ2.213.230.85-
YUV45109.37121.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.62%
GREEN value IS 56 (22.27% from 255) = 53.85%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=34.62%
G=53.85%
B=11.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3656120.3600.790.7887.2764.7113.33
Hex2438C2404F4E5741d
Octal44701444011711612710115
Binary1001001110001100100100010011111001110101011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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