Html Css Color HEX #151801 Green Waterloo

📋 copy color: '#151801'

red 21 ◦ green 24 ◦ blue 1

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

Shades of Green Waterloo #151801

Tints of Green Waterloo #151801

RGB

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

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

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

R = 45.65%
G = 52.17%
B = 2.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#151801 (or 0x151801) is known color: Green Waterloo. HEX triplet: 15, 18 and 01. RGB value is (21,24,1). Sum of RGB (Red+Green+Blue) = 21+24+1=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #151801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151801 is #EAE7FE. Grayscale: #141414. Windows color (decimal): -15394815 or 71701. OLE color: 71701.

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

Color convert

RGB 21 24 1 -
CMYK 0.13 0 0.96 0.91
HSL 67.83º 0.92% 0.05% -
HSV(B) 67.83º 0.96% 0.09% -
XYZ 0.64 0.81 0.15 -
YUV 20.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 21 24 1 0.13 0 0.96 0.91 67.83 0.92 0.05
Hex 15 18 1 D 0 60 5B 44 5C 5
Octal 25 30 1 15 0 140 133 104 134 5
Binary 10101 11000 1 1101 0 1100000 1011011 1000100 1011100 101

Color Harmonies of #151801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151801

Black with #151801

Text Example


Text Example

White with #151801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151801; }

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

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

background-color css

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

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

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

border-color css

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

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

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