Html Css Color HEX #24320F Pine Tree

📋 copy color: '#24320F'

red 36 ◦ green 50 ◦ blue 15

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

Shades of Pine Tree #24320F

Tints of Pine Tree #24320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.85%

R = 35.64%
G = 49.5%
B = 14.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.80

RGB Variations

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

Color information

#24320F (or 0x24320F) is known color: Pine Tree. HEX triplet: 24, 32 and 0F. RGB value is (36,50,15). Sum of RGB (Red+Green+Blue) = 36+50+15=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #24320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24320F is #DBCDF0. Grayscale: #292929. Windows color (decimal): -14405105 or 995876. OLE color: 995876.

HSL color Cylindrical-coordinate representation of color #24320F: hue angle of 84º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24320F is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 50 15 -
CMYK 0.28 0 0.70 0.80
HSL 84º 0.54% 0.13% -
HSV(B) 84º 0.7% 0.2% -
XYZ 1.95 2.69 0.87 -
YUV 41.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 36 50 15 0.28 0 0.70 0.80 84 0.54 0.13
Hex 24 32 F 1C 0 46 50 54 36 D
Octal 44 62 17 34 0 106 120 124 66 15
Binary 100100 110010 1111 11100 0 1000110 1010000 1010100 110110 1101

Color Harmonies of #24320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24320F

Black with #24320F

Text Example


Text Example

White with #24320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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