Html Css Color HEX #24300E Pine Tree

📋 copy color: '#24300E'

red 36 ◦ green 48 ◦ blue 14

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

Shades of Pine Tree #24300E

Tints of Pine Tree #24300E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.29%

R = 36.73%
G = 48.98%
B = 14.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#24300E (or 0x24300E) is known color: Pine Tree. HEX triplet: 24, 30 and 0E. RGB value is (36,48,14). Sum of RGB (Red+Green+Blue) = 36+48+14=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #24300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24300E is #DBCFF1. Grayscale: #282828. Windows color (decimal): -14405618 or 929828. OLE color: 929828.

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

Color convert

RGB 36 48 14 -
CMYK 0.25 0 0.71 0.81
HSL 81.18º 0.55% 0.12% -
HSV(B) 81.18º 0.71% 0.19% -
XYZ 1.86 2.52 0.8 -
YUV 40.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 36 48 14 0.25 0 0.71 0.81 81.18 0.55 0.12
Hex 24 30 E 19 0 47 51 51 37 C
Octal 44 60 16 31 0 107 121 121 67 14
Binary 100100 110000 1110 11001 0 1000111 1010001 1010001 110111 1100

Color Harmonies of #24300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24300E

Black with #24300E

Text Example


Text Example

White with #24300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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