Html Css Color HEX #24350C Pine Tree

📋 copy color: '#24350C'

red 36 ◦ green 53 ◦ blue 12

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

Shades of Pine Tree #24350C

Tints of Pine Tree #24350C

RGB

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

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

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

R = 35.64%
G = 52.48%
B = 11.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#24350C (or 0x24350C) is known color: Pine Tree. HEX triplet: 24, 35 and 0C. RGB value is (36,53,12). Sum of RGB (Red+Green+Blue) = 36+53+12=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #24350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24350C is #DBCAF3. Grayscale: #2B2B2B. Windows color (decimal): -14404340 or 800036. OLE color: 800036.

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

Color convert

RGB 36 53 12 -
CMYK 0.32 0 0.77 0.79
HSL 84.88º 0.63% 0.13% -
HSV(B) 84.88º 0.77% 0.21% -
XYZ 2.07 2.95 0.81 -
YUV 43.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 36 53 12 0.32 0 0.77 0.79 84.88 0.63 0.13
Hex 24 35 C 20 0 4D 4F 55 3F D
Octal 44 65 14 40 0 115 117 125 77 15
Binary 100100 110101 1100 100000 0 1001101 1001111 1010101 111111 1101

Color Harmonies of #24350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24350C

Black with #24350C

Text Example


Text Example

White with #24350C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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