Html Css Color HEX #151800 Green Waterloo

📋 copy color: '#151800'

red 21 ◦ green 24 ◦ blue 0

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

Shades of Green Waterloo #151800

Tints of Green Waterloo #151800

RGB

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

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

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

R = 46.67%
G = 53.33%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#151800 (or 0x151800) is known color: Green Waterloo. HEX triplet: 15, 18 and 00. RGB value is (21,24,0). Sum of RGB (Red+Green+Blue) = 21+24+0=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #151800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151800 is #EAE7FF. Grayscale: #141414. Windows color (decimal): -15394816 or 6165. OLE color: 6165.

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

Color convert

RGB 21 24 0 -
CMYK 0.13 0 1 0.91
HSL 67.5º 1% 0.05% -
HSV(B) 67.5º 1% 0.09% -
XYZ 0.64 0.81 0.12 -
YUV 20.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 21 24 0 0.13 0 1 0.91 67.5 1 0.05
Hex 15 18 0 D 0 64 5B 44 64 5
Octal 25 30 0 15 0 144 133 104 144 5
Binary 10101 11000 0 1101 0 1100100 1011011 1000100 1100100 101

Color Harmonies of #151800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151800

Black with #151800

Text Example


Text Example

White with #151800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151800; }

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

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

background-color css

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

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

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

border-color css

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

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

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