Html Css Color HEX #151901 Green Waterloo

📋 copy color: '#151901'

red 21 ◦ green 25 ◦ blue 1

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

Shades of Green Waterloo #151901

Tints of Green Waterloo #151901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 53.19%

 BLUE value IS 1 (0.78% from 255) = 2.13%

R = 44.68%
G = 53.19%
B = 2.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#151901 (or 0x151901) is known color: Green Waterloo. HEX triplet: 15, 19 and 01. RGB value is (21,25,1). Sum of RGB (Red+Green+Blue) = 21+25+1=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 25 (10.16% from 255 or 53.19% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 25 - color contains mainly: green. Hex color #151901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151901 is #EAE6FE. Grayscale: #151515. Windows color (decimal): -15394559 or 71957. OLE color: 71957.

HSL color Cylindrical-coordinate representation of color #151901: hue angle of 70º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #151901 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB 21 25 1 -
CMYK 0.16 0 0.96 0.90
HSL 70º 0.92% 0.05% -
HSV(B) 70º 0.96% 0.1% -
XYZ 0.66 0.86 0.16 -
YUV 21.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 21 25 1 0.16 0 0.96 0.90 70 0.92 0.05
Hex 15 19 1 10 0 60 5A 46 5C 5
Octal 25 31 1 20 0 140 132 106 134 5
Binary 10101 11001 1 10000 0 1100000 1011010 1000110 1011100 101

Color Harmonies of #151901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151901

Black with #151901

Text Example


Text Example

White with #151901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151901; }

 p { color: rgb(21,25,1); }

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

background-color css

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

 a { background-color: rgb(21,25,1); }

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

border-color css

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

 span { border-color: rgb(21,25,1); }

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