Html Css Color HEX #15280B Pine Tree

📋 copy color: '#15280B'

red 21 ◦ green 40 ◦ blue 11

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

Shades of Pine Tree #15280B

Tints of Pine Tree #15280B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 55.56%

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

R = 29.17%
G = 55.56%
B = 15.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.72

 K value IS 0.84

RGB Variations

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

Color information

#15280B (or 0x15280B) is known color: Pine Tree. HEX triplet: 15, 28 and 0B. RGB value is (21,40,11). Sum of RGB (Red+Green+Blue) = 21+40+11=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #15280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15280B is #EAD7F4. Grayscale: #1F1F1F. Windows color (decimal): -15390709 or 731157. OLE color: 731157.

HSL color Cylindrical-coordinate representation of color #15280B: hue angle of 99.31º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15280B is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 40 11 -
CMYK 0.48 0 0.72 0.84
HSL 99.31º 0.57% 0.1% -
HSV(B) 99.31º 0.73% 0.16% -
XYZ 1.13 1.7 0.59 -
YUV 31.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 21 40 11 0.48 0 0.72 0.84 99.31 0.57 0.1
Hex 15 28 B 30 0 48 54 63 39 A
Octal 25 50 13 60 0 110 124 143 71 12
Binary 10101 101000 1011 110000 0 1001000 1010100 1100011 111001 1010

Color Harmonies of #15280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15280B

Black with #15280B

Text Example


Text Example

White with #15280B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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