Html Css Color HEX #24300F Pine Tree

📋 copy color: '#24300F'

red 36 ◦ green 48 ◦ blue 15

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

Shades of Pine Tree #24300F

Tints of Pine Tree #24300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.15%

R = 36.36%
G = 48.48%
B = 15.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#24300F (or 0x24300F) is known color: Pine Tree. HEX triplet: 24, 30 and 0F. RGB value is (36,48,15). Sum of RGB (Red+Green+Blue) = 36+48+15=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #24300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24300F is #DBCFF0. Grayscale: #282828. Windows color (decimal): -14405617 or 995364. OLE color: 995364.

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

Color convert

RGB 36 48 15 -
CMYK 0.25 0 0.69 0.81
HSL 81.82º 0.52% 0.12% -
HSV(B) 81.82º 0.69% 0.19% -
XYZ 1.87 2.52 0.84 -
YUV 40.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 36 48 15 0.25 0 0.69 0.81 81.82 0.52 0.12
Hex 24 30 F 19 0 45 51 52 34 C
Octal 44 60 17 31 0 105 121 122 64 14
Binary 100100 110000 1111 11001 0 1000101 1010001 1010010 110100 1100

Color Harmonies of #24300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24300F

Black with #24300F

Text Example


Text Example

White with #24300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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