Html Css Color HEX #15260B Pine Tree

📋 copy color: '#15260B'

red 21 ◦ green 38 ◦ blue 11

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

Shades of Pine Tree #15260B

Tints of Pine Tree #15260B

RGB

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

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

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

R = 30%
G = 54.29%
B = 15.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.85

RGB Variations

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

Color information

#15260B (or 0x15260B) is known color: Pine Tree. HEX triplet: 15, 26 and 0B. RGB value is (21,38,11). Sum of RGB (Red+Green+Blue) = 21+38+11=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #15260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15260B is #EAD9F4. Grayscale: #1D1D1D. Windows color (decimal): -15391221 or 730645. OLE color: 730645.

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

Color convert

RGB 21 38 11 -
CMYK 0.45 0 0.71 0.85
HSL 97.78º 0.55% 0.1% -
HSV(B) 97.78º 0.71% 0.15% -
XYZ 1.06 1.57 0.56 -
YUV 29.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 21 38 11 0.45 0 0.71 0.85 97.78 0.55 0.1
Hex 15 26 B 2D 0 47 55 62 37 A
Octal 25 46 13 55 0 107 125 142 67 12
Binary 10101 100110 1011 101101 0 1000111 1010101 1100010 110111 1010

Color Harmonies of #15260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15260B

Black with #15260B

Text Example


Text Example

White with #15260B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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