Html Css Color HEX #15280A Pine Tree

📋 copy color: '#15280A'

red 21 ◦ green 40 ◦ blue 10

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

Shades of Pine Tree #15280A

Tints of Pine Tree #15280A

RGB

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

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

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

R = 29.58%
G = 56.34%
B = 14.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.84

RGB Variations

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

Color information

#15280A (or 0x15280A) is known color: Pine Tree. HEX triplet: 15, 28 and 0A. RGB value is (21,40,10). Sum of RGB (Red+Green+Blue) = 21+40+10=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 40 (16.02% from 255 or 56.34% from 71); Blue value is 10 (4.30% from 255 or 14.08% from 71); Max value from RGB is 40 - color contains mainly: green. Hex color #15280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15280A is #EAD7F5. Grayscale: #1F1F1F. Windows color (decimal): -15390710 or 665621. OLE color: 665621.

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

Color convert

RGB 21 40 10 -
CMYK 0.48 0 0.75 0.84
HSL 98º 0.6% 0.1% -
HSV(B) 98º 0.75% 0.16% -
XYZ 1.12 1.7 0.56 -
YUV 30.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 21 40 10 0.48 0 0.75 0.84 98 0.6 0.1
Hex 15 28 A 30 0 4B 54 62 3C A
Octal 25 50 12 60 0 113 124 142 74 12
Binary 10101 101000 1010 110000 0 1001011 1010100 1100010 111100 1010

Color Harmonies of #15280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15280A

Black with #15280A

Text Example


Text Example

White with #15280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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