Html Css Color HEX #24310C Pine Tree

📋 copy color: '#24310C'

red 36 ◦ green 49 ◦ blue 12

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

Shades of Pine Tree #24310C

Tints of Pine Tree #24310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 50.52%

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

R = 37.11%
G = 50.52%
B = 12.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#24310C (or 0x24310C) is known color: Pine Tree. HEX triplet: 24, 31 and 0C. RGB value is (36,49,12). Sum of RGB (Red+Green+Blue) = 36+49+12=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #24310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24310C is #DBCEF3. Grayscale: #292929. Windows color (decimal): -14405364 or 799012. OLE color: 799012.

HSL color Cylindrical-coordinate representation of color #24310C: hue angle of 81.08º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24310C is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 49 12 -
CMYK 0.27 0 0.76 0.81
HSL 81.08º 0.61% 0.12% -
HSV(B) 81.08º 0.76% 0.19% -
XYZ 1.89 2.6 0.75 -
YUV 40.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 36 49 12 0.27 0 0.76 0.81 81.08 0.61 0.12
Hex 24 31 C 1B 0 4C 51 51 3D C
Octal 44 61 14 33 0 114 121 121 75 14
Binary 100100 110001 1100 11011 0 1001100 1010001 1010001 111101 1100

Color Harmonies of #24310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24310C

Black with #24310C

Text Example


Text Example

White with #24310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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