Html Css Color HEX #24400A Pine Tree

📋 copy color: '#24400A'

red 36 ◦ green 64 ◦ blue 10

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

Shades of Pine Tree #24400A

Tints of Pine Tree #24400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.09%

R = 32.73%
G = 58.18%
B = 9.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#24400A (or 0x24400A) is known color: Pine Tree. HEX triplet: 24, 40 and 0A. RGB value is (36,64,10). Sum of RGB (Red+Green+Blue) = 36+64+10=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #24400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24400A is #DBBFF5. Grayscale: #313131. Windows color (decimal): -14401526 or 671780. OLE color: 671780.

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

Color convert

RGB 36 64 10 -
CMYK 0.44 0 0.84 0.75
HSL 91.11º 0.73% 0.15% -
HSV(B) 91.11º 0.84% 0.25% -
XYZ 2.62 4.06 0.93 -
YUV 49.47 105.72 118.39 -
System Red Green Blue C M Y K H S L
Decimal 36 64 10 0.44 0 0.84 0.75 91.11 0.73 0.15
Hex 24 40 A 2C 0 54 4B 5B 49 F
Octal 44 100 12 54 0 124 113 133 111 17
Binary 100100 1000000 1010 101100 0 1010100 1001011 1011011 1001001 1111

Color Harmonies of #24400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24400A

Black with #24400A

Text Example


Text Example

White with #24400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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