Html Css Color HEX #152500 Pine Tree

📋 copy color: '#152500'

red 21 ◦ green 37 ◦ blue 0

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

Shades of Pine Tree #152500

Tints of Pine Tree #152500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 63.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.21%
G = 63.79%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#152500 (or 0x152500) is known color: Pine Tree. HEX triplet: 15, 25 and 00. RGB value is (21,37,0). Sum of RGB (Red+Green+Blue) = 21+37+0=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #152500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152500 is #EADAFF. Grayscale: #1C1C1C. Windows color (decimal): -15391488 or 9493. OLE color: 9493.

HSL color Cylindrical-coordinate representation of color #152500: hue angle of 85.95º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #152500 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 37 0 -
CMYK 0.43 0 1 0.85
HSL 85.95º 1% 0.07% -
HSV(B) 85.95º 1% 0.15% -
XYZ 0.97 1.48 0.23 -
YUV 28 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 21 37 0 0.43 0 1 0.85 85.95 1 0.07
Hex 15 25 0 2B 0 64 55 56 64 7
Octal 25 45 0 53 0 144 125 126 144 7
Binary 10101 100101 0 101011 0 1100100 1010101 1010110 1100100 111

Color Harmonies of #152500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152500

Black with #152500

Text Example


Text Example

White with #152500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152500; }

 p { color: rgb(21,37,0); }

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

background-color css

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

 a { background-color: rgb(21,37,0); }

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

border-color css

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

 span { border-color: rgb(21,37,0); }

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