Html Css Color HEX #15240A Pine Tree

📋 copy color: '#15240A'

red 21 ◦ green 36 ◦ blue 10

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

Shades of Pine Tree #15240A

Tints of Pine Tree #15240A

RGB

 RED value IS 21 (8.59% from 255) = 31.34%

 GREEN value IS 36 (14.45% from 255) = 53.73%

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

R = 31.34%
G = 53.73%
B = 14.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#15240A (or 0x15240A) is known color: Pine Tree. HEX triplet: 15, 24 and 0A. RGB value is (21,36,10). Sum of RGB (Red+Green+Blue) = 21+36+10=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #15240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15240A is #EADBF5. Grayscale: #1C1C1C. Windows color (decimal): -15391734 or 664597. OLE color: 664597.

HSL color Cylindrical-coordinate representation of color #15240A: hue angle of 94.62º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15240A is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 36 10 -
CMYK 0.42 0 0.72 0.86
HSL 94.62º 0.57% 0.09% -
HSV(B) 94.62º 0.72% 0.14% -
XYZ 0.99 1.44 0.51 -
YUV 28.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 21 36 10 0.42 0 0.72 0.86 94.62 0.57 0.09
Hex 15 24 A 2A 0 48 56 5F 39 9
Octal 25 44 12 52 0 110 126 137 71 11
Binary 10101 100100 1010 101010 0 1001000 1010110 1011111 111001 1001

Color Harmonies of #15240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15240A

Black with #15240A

Text Example


Text Example

White with #15240A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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