Html Css Color HEX #1B1E10 Green Waterloo

📋 copy color: '#1B1E10'

red 27 ◦ green 30 ◦ blue 16

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

Shades of Green Waterloo #1B1E10

Tints of Green Waterloo #1B1E10

RGB

 RED value IS 27 (10.94% from 255) = 36.99%

 GREEN value IS 30 (12.11% from 255) = 41.1%

 BLUE value IS 16 (6.64% from 255) = 21.92%

R = 36.99%
G = 41.1%
B = 21.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.88

RGB Variations

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

Color information

#1B1E10 (or 0x1B1E10) is known color: Green Waterloo. HEX triplet: 1B, 1E and 10. RGB value is (27,30,16). Sum of RGB (Red+Green+Blue) = 27+30+16=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1E10 is #E4E1EF. Grayscale: #1B1B1B. Windows color (decimal): -15000048 or 1056283. OLE color: 1056283.

HSL color Cylindrical-coordinate representation of color #1B1E10: hue angle of 72.86º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B1E10 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB 27 30 16 -
CMYK 0.10 0 0.47 0.88
HSL 72.86º 0.3% 0.09% -
HSV(B) 72.86º 0.47% 0.12% -
XYZ 1.01 1.2 0.67 -
YUV 27.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 27 30 16 0.10 0 0.47 0.88 72.86 0.3 0.09
Hex 1B 1E 10 A 0 2F 58 49 1E 9
Octal 33 36 20 12 0 57 130 111 36 11
Binary 11011 11110 10000 1010 0 101111 1011000 1001001 11110 1001

Color Harmonies of #1B1E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1E10

Black with #1B1E10

Text Example


Text Example

White with #1B1E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B1E10; }

 p { color: rgb(27,30,16); }

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

background-color css

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

 a { background-color: rgb(27,30,16); }

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

border-color css

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

 span { border-color: rgb(27,30,16); }

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