Html Css Color HEX #15270B Pine Tree

📋 copy color: '#15270B'

red 21 ◦ green 39 ◦ blue 11

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

Shades of Pine Tree #15270B

Tints of Pine Tree #15270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 54.93%

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

R = 29.58%
G = 54.93%
B = 15.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.85

RGB Variations

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

Color information

#15270B (or 0x15270B) is known color: Pine Tree. HEX triplet: 15, 27 and 0B. RGB value is (21,39,11). Sum of RGB (Red+Green+Blue) = 21+39+11=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 39 (15.62% from 255 or 54.93% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 39 - color contains mainly: green. Hex color #15270B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15270B is #EAD8F4. Grayscale: #1E1E1E. Windows color (decimal): -15390965 or 730901. OLE color: 730901.

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

Color convert

RGB 21 39 11 -
CMYK 0.46 0 0.72 0.85
HSL 98.57º 0.56% 0.1% -
HSV(B) 98.57º 0.72% 0.15% -
XYZ 1.1 1.63 0.57 -
YUV 30.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 21 39 11 0.46 0 0.72 0.85 98.57 0.56 0.1
Hex 15 27 B 2E 0 48 55 63 38 A
Octal 25 47 13 56 0 110 125 143 70 12
Binary 10101 100111 1011 101110 0 1001000 1010101 1100011 111000 1010

Color Harmonies of #15270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15270B

Black with #15270B

Text Example


Text Example

White with #15270B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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