Html Css Color HEX #24400C Pine Tree

📋 copy color: '#24400C'

red 36 ◦ green 64 ◦ blue 12

#24400C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #24400C

Tints of Pine Tree #24400C

RGB

 RED value IS 36 (14.45% from 255) = 32.14%

 GREEN value IS 64 (25.39% from 255) = 57.14%

 BLUE value IS 12 (5.08% from 255) = 10.71%

R = 32.14%
G = 57.14%
B = 10.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#24400C (or 0x24400C) is known color: Pine Tree. HEX triplet: 24, 40 and 0C. RGB value is (36,64,12). Sum of RGB (Red+Green+Blue) = 36+64+12=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #24400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24400C is #DBBFF3. Grayscale: #313131. Windows color (decimal): -14401524 or 802852. OLE color: 802852.

HSL color Cylindrical-coordinate representation of color #24400C: hue angle of 92.31º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24400C is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 64 12 -
CMYK 0.44 0 0.81 0.75
HSL 92.31º 0.68% 0.15% -
HSV(B) 92.31º 0.81% 0.25% -
XYZ 2.63 4.07 0.99 -
YUV 49.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 36 64 12 0.44 0 0.81 0.75 92.31 0.68 0.15
Hex 24 40 C 2C 0 51 4B 5C 44 F
Octal 44 100 14 54 0 121 113 134 104 17
Binary 100100 1000000 1100 101100 0 1010001 1001011 1011100 1000100 1111

Color Harmonies of #24400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24400C

Black with #24400C

Text Example


Text Example

White with #24400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24400C;
 }
 .AnyTagClassName
 {
   color: #24400C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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