Html Css Color HEX #15240B Pine Tree

📋 copy color: '#15240B'

red 21 ◦ green 36 ◦ blue 11

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

Shades of Pine Tree #15240B

Tints of Pine Tree #15240B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 16.18%

R = 30.88%
G = 52.94%
B = 16.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#15240B (or 0x15240B) is known color: Pine Tree. HEX triplet: 15, 24 and 0B. RGB value is (21,36,11). Sum of RGB (Red+Green+Blue) = 21+36+11=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 36 (14.45% from 255 or 52.94% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 36 - color contains mainly: green. Hex color #15240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15240B is #EADBF4. Grayscale: #1C1C1C. Windows color (decimal): -15391733 or 730133. OLE color: 730133.

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

Color convert

RGB 21 36 11 -
CMYK 0.42 0 0.69 0.86
HSL 96º 0.53% 0.09% -
HSV(B) 96º 0.69% 0.14% -
XYZ 1 1.45 0.54 -
YUV 28.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 21 36 11 0.42 0 0.69 0.86 96 0.53 0.09
Hex 15 24 B 2A 0 45 56 60 35 9
Octal 25 44 13 52 0 105 126 140 65 11
Binary 10101 100100 1011 101010 0 1000101 1010110 1100000 110101 1001

Color Harmonies of #15240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15240B

Black with #15240B

Text Example


Text Example

White with #15240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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