Html Css Color HEX #151A01 Green Waterloo

📋 copy color: '#151A01'

red 21 ◦ green 26 ◦ blue 1

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

Shades of Green Waterloo #151A01

Tints of Green Waterloo #151A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 54.17%

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

R = 43.75%
G = 54.17%
B = 2.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#151A01 (or 0x151A01) is known color: Green Waterloo. HEX triplet: 15, 1A and 01. RGB value is (21,26,1). Sum of RGB (Red+Green+Blue) = 21+26+1=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #151A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151A01 is #EAE5FE. Grayscale: #151515. Windows color (decimal): -15394303 or 72213. OLE color: 72213.

HSL color Cylindrical-coordinate representation of color #151A01: hue angle of 72º degrees, saturation: 0.93, 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 #151A01 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB 21 26 1 -
CMYK 0.19 0 0.96 0.90
HSL 72º 0.93% 0.05% -
HSV(B) 72º 0.96% 0.1% -
XYZ 0.68 0.9 0.17 -
YUV 21.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 21 26 1 0.19 0 0.96 0.90 72 0.93 0.05
Hex 15 1A 1 13 0 60 5A 48 5D 5
Octal 25 32 1 23 0 140 132 110 135 5
Binary 10101 11010 1 10011 0 1100000 1011010 1001000 1011101 101

Color Harmonies of #151A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A01

Black with #151A01

Text Example


Text Example

White with #151A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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