Html Css Color HEX #24350D Pine Tree

📋 copy color: '#24350D'

red 36 ◦ green 53 ◦ blue 13

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

Shades of Pine Tree #24350D

Tints of Pine Tree #24350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 51.96%

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

R = 35.29%
G = 51.96%
B = 12.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#24350D (or 0x24350D) is known color: Pine Tree. HEX triplet: 24, 35 and 0D. RGB value is (36,53,13). Sum of RGB (Red+Green+Blue) = 36+53+13=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #24350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24350D is #DBCAF2. Grayscale: #2B2B2B. Windows color (decimal): -14404339 or 865572. OLE color: 865572.

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

Color convert

RGB 36 53 13 -
CMYK 0.32 0 0.75 0.79
HSL 85.5º 0.61% 0.13% -
HSV(B) 85.5º 0.75% 0.21% -
XYZ 2.07 2.95 0.84 -
YUV 43.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 36 53 13 0.32 0 0.75 0.79 85.5 0.61 0.13
Hex 24 35 D 20 0 4B 4F 56 3D D
Octal 44 65 15 40 0 113 117 126 75 15
Binary 100100 110101 1101 100000 0 1001011 1001111 1010110 111101 1101

Color Harmonies of #24350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24350D

Black with #24350D

Text Example


Text Example

White with #24350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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