Html Css Color HEX #151B02 Green Waterloo

📋 copy color: '#151B02'

red 21 ◦ green 27 ◦ blue 2

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

Shades of Green Waterloo #151B02

Tints of Green Waterloo #151B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 4%

R = 42%
G = 54%
B = 4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#151B02 (or 0x151B02) is known color: Green Waterloo. HEX triplet: 15, 1B and 02. RGB value is (21,27,2). Sum of RGB (Red+Green+Blue) = 21+27+2=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #151B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151B02 is #EAE4FD. Grayscale: #161616. Windows color (decimal): -15394046 or 138005. OLE color: 138005.

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

Color convert

RGB 21 27 2 -
CMYK 0.22 0 0.93 0.89
HSL 74.4º 0.86% 0.06% -
HSV(B) 74.4º 0.93% 0.11% -
XYZ 0.71 0.95 0.2 -
YUV 22.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 21 27 2 0.22 0 0.93 0.89 74.4 0.86 0.06
Hex 15 1B 2 16 0 5D 59 4A 56 6
Octal 25 33 2 26 0 135 131 112 126 6
Binary 10101 11011 10 10110 0 1011101 1011001 1001010 1010110 110

Color Harmonies of #151B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151B02

Black with #151B02

Text Example


Text Example

White with #151B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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