Html Css Color HEX #15270C Pine Tree

📋 copy color: '#15270C'

red 21 ◦ green 39 ◦ blue 12

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

Shades of Pine Tree #15270C

Tints of Pine Tree #15270C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 16.67%

R = 29.17%
G = 54.17%
B = 16.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.85

RGB Variations

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

Color information

#15270C (or 0x15270C) is known color: Pine Tree. HEX triplet: 15, 27 and 0C. RGB value is (21,39,12). Sum of RGB (Red+Green+Blue) = 21+39+12=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 39 (15.62% from 255 or 54.17% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 39 - color contains mainly: green. Hex color #15270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15270C is #EAD8F3. Grayscale: #1E1E1E. Windows color (decimal): -15390964 or 796437. OLE color: 796437.

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

Color convert

RGB 21 39 12 -
CMYK 0.46 0 0.69 0.85
HSL 100º 0.53% 0.1% -
HSV(B) 100º 0.69% 0.15% -
XYZ 1.1 1.64 0.61 -
YUV 30.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 21 39 12 0.46 0 0.69 0.85 100 0.53 0.1
Hex 15 27 C 2E 0 45 55 64 35 A
Octal 25 47 14 56 0 105 125 144 65 12
Binary 10101 100111 1100 101110 0 1000101 1010101 1100100 110101 1010

Color Harmonies of #15270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15270C

Black with #15270C

Text Example


Text Example

White with #15270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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