Html Css Color HEX #24300A Pine Tree

📋 copy color: '#24300A'

red 36 ◦ green 48 ◦ blue 10

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

Shades of Pine Tree #24300A

Tints of Pine Tree #24300A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.64%

R = 38.3%
G = 51.06%
B = 10.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#24300A (or 0x24300A) is known color: Pine Tree. HEX triplet: 24, 30 and 0A. RGB value is (36,48,10). Sum of RGB (Red+Green+Blue) = 36+48+10=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #24300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24300A is #DBCFF5. Grayscale: #282828. Windows color (decimal): -14405622 or 667684. OLE color: 667684.

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

Color convert

RGB 36 48 10 -
CMYK 0.25 0 0.79 0.81
HSL 78.95º 0.66% 0.11% -
HSV(B) 78.95º 0.79% 0.19% -
XYZ 1.84 2.51 0.67 -
YUV 40.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 36 48 10 0.25 0 0.79 0.81 78.95 0.66 0.11
Hex 24 30 A 19 0 4F 51 4F 42 B
Octal 44 60 12 31 0 117 121 117 102 13
Binary 100100 110000 1010 11001 0 1001111 1010001 1001111 1000010 1011

Color Harmonies of #24300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24300A

Black with #24300A

Text Example


Text Example

White with #24300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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