#24350A

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

Shades of Pine Tree #24350A

Tints of Pine Tree #24350A

Color information

#24350A (or 0x24350A) is unknown color: approx Pine Tree. HEX triplet: 24, 35 and 0A. RGB value is (36,53,10). Sum of RGB (Red+Green+Blue) = 36+53+10=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #24350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24350A is #DBCAF5. Grayscale: #2B2B2B. Windows color (decimal): -14404342 or 668964. OLE color: 668964.

HSL color Cylindrical-coordinate representation of color #24350A: hue angle of 83.72º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24350A is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB365310-
CMYK0.3200.810.79
HSL83.72º68.25%12.35%-
HSV(B)83.72º81.13%20.78%-
XYZ2.062.940.75-
YUV43.02109.37123-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.36%
GREEN value IS 53 (21.09% from 255) = 53.54%
BLUE value IS 10 (4.30% from 255) = 10.10%
R=36.36%
G=53.54%
B=10.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3653100.3200.810.7983.7268.2512.35
Hex2435A200514F5444c
Octal44651240012111712410414
Binary1001001101011010100000010100011001111101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24350A; }

 p { color: rgb(36,53,10); }

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

<style>
 a { background-color: #24350A; }

 a { background-color: rgb(36,53,10); }

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

<style>
 span { border-color: #24350A; }

 span { border-color: rgb(36,53,10); }

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