Html Css Color HEX #151B00 Green Waterloo

📋 copy color: '#151B00'

red 21 ◦ green 27 ◦ blue 0

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

Shades of Green Waterloo #151B00

Tints of Green Waterloo #151B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 56.25%

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

R = 43.75%
G = 56.25%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#151B00 (or 0x151B00) is known color: Green Waterloo. HEX triplet: 15, 1B and 00. RGB value is (21,27,0). Sum of RGB (Red+Green+Blue) = 21+27+0=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #151B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151B00 is #EAE4FF. Grayscale: #161616. Windows color (decimal): -15394048 or 6933. OLE color: 6933.

HSL color Cylindrical-coordinate representation of color #151B00: hue angle of 73.33º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #151B00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB 21 27 0 -
CMYK 0.22 0 1 0.89
HSL 73.33º 1% 0.05% -
HSV(B) 73.33º 1% 0.11% -
XYZ 0.7 0.94 0.15 -
YUV 22.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 21 27 0 0.22 0 1 0.89 73.33 1 0.05
Hex 15 1B 0 16 0 64 59 49 64 5
Octal 25 33 0 26 0 144 131 111 144 5
Binary 10101 11011 0 10110 0 1100100 1011001 1001001 1100100 101

Color Harmonies of #151B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151B00

Black with #151B00

Text Example


Text Example

White with #151B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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