Html Css Color HEX #24300D Pine Tree

📋 copy color: '#24300D'

red 36 ◦ green 48 ◦ blue 13

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

Shades of Pine Tree #24300D

Tints of Pine Tree #24300D

RGB

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

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

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

R = 37.11%
G = 49.48%
B = 13.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#24300D (or 0x24300D) is known color: Pine Tree. HEX triplet: 24, 30 and 0D. RGB value is (36,48,13). Sum of RGB (Red+Green+Blue) = 36+48+13=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #24300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24300D is #DBCFF2. Grayscale: #282828. Windows color (decimal): -14405619 or 864292. OLE color: 864292.

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

Color convert

RGB 36 48 13 -
CMYK 0.25 0 0.73 0.81
HSL 80.57º 0.57% 0.12% -
HSV(B) 80.57º 0.73% 0.19% -
XYZ 1.86 2.52 0.77 -
YUV 40.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 36 48 13 0.25 0 0.73 0.81 80.57 0.57 0.12
Hex 24 30 D 19 0 49 51 51 39 C
Octal 44 60 15 31 0 111 121 121 71 14
Binary 100100 110000 1101 11001 0 1001001 1010001 1010001 111001 1100

Color Harmonies of #24300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24300D

Black with #24300D

Text Example


Text Example

White with #24300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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