Html Css Color HEX #152000 Pine Tree

📋 copy color: '#152000'

red 21 ◦ green 32 ◦ blue 0

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

Shades of Pine Tree #152000

Tints of Pine Tree #152000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 60.38%

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

R = 39.62%
G = 60.38%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#152000 (or 0x152000) is known color: Pine Tree. HEX triplet: 15, 20 and 00. RGB value is (21,32,0). Sum of RGB (Red+Green+Blue) = 21+32+0=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #152000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152000 is #EADFFF. Grayscale: #191919. Windows color (decimal): -15392768 or 8213. OLE color: 8213.

HSL color Cylindrical-coordinate representation of color #152000: hue angle of 80.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #152000 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 32 0 -
CMYK 0.34 0 1 0.87
HSL 80.63º 1% 0.06% -
HSV(B) 80.63º 1% 0.13% -
XYZ 0.83 1.19 0.19 -
YUV 25.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 21 32 0 0.34 0 1 0.87 80.63 1 0.06
Hex 15 20 0 22 0 64 57 51 64 6
Octal 25 40 0 42 0 144 127 121 144 6
Binary 10101 100000 0 100010 0 1100100 1010111 1010001 1100100 110

Color Harmonies of #152000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152000

Black with #152000

Text Example


Text Example

White with #152000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152000; }

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

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

background-color css

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

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

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

border-color css

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

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

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