Html Css Color HEX #24320D Pine Tree

📋 copy color: '#24320D'

red 36 ◦ green 50 ◦ blue 13

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

Shades of Pine Tree #24320D

Tints of Pine Tree #24320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 50.51%

 BLUE value IS 13 (5.47% from 255) = 13.13%

R = 36.36%
G = 50.51%
B = 13.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#24320D (or 0x24320D) is known color: Pine Tree. HEX triplet: 24, 32 and 0D. RGB value is (36,50,13). Sum of RGB (Red+Green+Blue) = 36+50+13=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #24320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24320D is #DBCDF2. Grayscale: #292929. Windows color (decimal): -14405107 or 864804. OLE color: 864804.

HSL color Cylindrical-coordinate representation of color #24320D: hue angle of 82.7º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24320D is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 50 13 -
CMYK 0.28 0 0.74 0.80
HSL 82.7º 0.59% 0.12% -
HSV(B) 82.7º 0.74% 0.2% -
XYZ 1.94 2.69 0.8 -
YUV 41.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 36 50 13 0.28 0 0.74 0.80 82.7 0.59 0.12
Hex 24 32 D 1C 0 4A 50 53 3B C
Octal 44 62 15 34 0 112 120 123 73 14
Binary 100100 110010 1101 11100 0 1001010 1010000 1010011 111011 1100

Color Harmonies of #24320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24320D

Black with #24320D

Text Example


Text Example

White with #24320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24320D;
 }
 .AnyTagClassName
 {
   color: #24320D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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