Html Css Color HEX #1A1C10 Green Waterloo

📋 copy color: '#1A1C10'

red 26 ◦ green 28 ◦ blue 16

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

Shades of Green Waterloo #1A1C10

Tints of Green Waterloo #1A1C10

RGB

 RED value IS 26 (10.55% from 255) = 37.14%

 GREEN value IS 28 (11.33% from 255) = 40%

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

R = 37.14%
G = 40%
B = 22.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.89

RGB Variations

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

Color information

#1A1C10 (or 0x1A1C10) is known color: Green Waterloo. HEX triplet: 1A, 1C and 10. RGB value is (26,28,16). Sum of RGB (Red+Green+Blue) = 26+28+16=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C10 is #E5E3EF. Grayscale: #1A1A1A. Windows color (decimal): -15066096 or 1055770. OLE color: 1055770.

HSL color Cylindrical-coordinate representation of color #1A1C10: hue angle of 70º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1A1C10 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.

Color convert

RGB 26 28 16 -
CMYK 0.07 0 0.43 0.89
HSL 70º 0.27% 0.09% -
HSV(B) 70º 0.43% 0.11% -
XYZ 0.93 1.09 0.65 -
YUV 26.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 26 28 16 0.07 0 0.43 0.89 70 0.27 0.09
Hex 1A 1C 10 7 0 2B 59 46 1B 9
Octal 32 34 20 7 0 53 131 106 33 11
Binary 11010 11100 10000 111 0 101011 1011001 1000110 11011 1001

Color Harmonies of #1A1C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1C10

Black with #1A1C10

Text Example


Text Example

White with #1A1C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,28,16); }

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

background-color css

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

 a { background-color: rgb(26,28,16); }

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

border-color css

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

 span { border-color: rgb(26,28,16); }

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