Html Css Color HEX #15260A Pine Tree

📋 copy color: '#15260A'

red 21 ◦ green 38 ◦ blue 10

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

Shades of Pine Tree #15260A

Tints of Pine Tree #15260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 55.07%

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

R = 30.43%
G = 55.07%
B = 14.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#15260A (or 0x15260A) is known color: Pine Tree. HEX triplet: 15, 26 and 0A. RGB value is (21,38,10). Sum of RGB (Red+Green+Blue) = 21+38+10=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #15260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15260A is #EAD9F5. Grayscale: #1D1D1D. Windows color (decimal): -15391222 or 665109. OLE color: 665109.

HSL color Cylindrical-coordinate representation of color #15260A: hue angle of 96.43º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15260A is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 38 10 -
CMYK 0.45 0 0.74 0.85
HSL 96.43º 0.58% 0.09% -
HSV(B) 96.43º 0.74% 0.15% -
XYZ 1.06 1.57 0.53 -
YUV 29.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 21 38 10 0.45 0 0.74 0.85 96.43 0.58 0.09
Hex 15 26 A 2D 0 4A 55 60 3A 9
Octal 25 46 12 55 0 112 125 140 72 11
Binary 10101 100110 1010 101101 0 1001010 1010101 1100000 111010 1001

Color Harmonies of #15260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15260A

Black with #15260A

Text Example


Text Example

White with #15260A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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