Html Css Color HEX #24300C Pine Tree

📋 copy color: '#24300C'

red 36 ◦ green 48 ◦ blue 12

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

Shades of Pine Tree #24300C

Tints of Pine Tree #24300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 50%

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

R = 37.5%
G = 50%
B = 12.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#24300C (or 0x24300C) is known color: Pine Tree. HEX triplet: 24, 30 and 0C. RGB value is (36,48,12). Sum of RGB (Red+Green+Blue) = 36+48+12=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #24300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24300C is #DBCFF3. Grayscale: #282828. Windows color (decimal): -14405620 or 798756. OLE color: 798756.

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

Color convert

RGB 36 48 12 -
CMYK 0.25 0 0.75 0.81
HSL 80º 0.6% 0.12% -
HSV(B) 80º 0.75% 0.19% -
XYZ 1.85 2.52 0.74 -
YUV 40.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 36 48 12 0.25 0 0.75 0.81 80 0.6 0.12
Hex 24 30 C 19 0 4B 51 50 3C C
Octal 44 60 14 31 0 113 121 120 74 14
Binary 100100 110000 1100 11001 0 1001011 1010001 1010000 111100 1100

Color Harmonies of #24300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24300C

Black with #24300C

Text Example


Text Example

White with #24300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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