Html Css Color HEX #15180F Pine Tree

📋 copy color: '#15180F'

red 21 ◦ green 24 ◦ blue 15

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

Shades of Pine Tree #15180F

Tints of Pine Tree #15180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 40%

 BLUE value IS 15 (6.25% from 255) = 25%

R = 35%
G = 40%
B = 25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.91

RGB Variations

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

Color information

#15180F (or 0x15180F) is known color: Pine Tree. HEX triplet: 15, 18 and 0F. RGB value is (21,24,15). Sum of RGB (Red+Green+Blue) = 21+24+15=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 24 - color contains mainly: green. Hex color #15180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15180F is #EAE7F0. Grayscale: #161616. Windows color (decimal): -15394801 or 989205. OLE color: 989205.

HSL color Cylindrical-coordinate representation of color #15180F: hue angle of 80º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #15180F is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB 21 24 15 -
CMYK 0.13 0 0.37 0.91
HSL 80º 0.23% 0.08% -
HSV(B) 80º 0.38% 0.09% -
XYZ 0.72 0.85 0.58 -
YUV 22.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 21 24 15 0.13 0 0.37 0.91 80 0.23 0.08
Hex 15 18 F D 0 25 5B 50 17 8
Octal 25 30 17 15 0 45 133 120 27 10
Binary 10101 11000 1111 1101 0 100101 1011011 1010000 10111 1000

Color Harmonies of #15180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15180F

Black with #15180F

Text Example


Text Example

White with #15180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15180F; }

 p { color: rgb(21,24,15); }

 H1.HeaderClassName
 {
   color: #15180F;
 }
 .AnyTagClassName
 {
   color: #15180F;
 }
</style>

background-color css

<style>
 a { background-color: #15180F; }

 a { background-color: rgb(21,24,15); }

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

border-color css

<style>
 span { border-color: #15180F; }

 span { border-color: rgb(21,24,15); }

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