Html Css Color HEX #1A1C06 Green Waterloo

📋 copy color: '#1A1C06'

red 26 ◦ green 28 ◦ blue 6

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

Shades of Green Waterloo #1A1C06

Tints of Green Waterloo #1A1C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 10%

R = 43.33%
G = 46.67%
B = 10%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#1A1C06 (or 0x1A1C06) is known color: Green Waterloo. HEX triplet: 1A, 1C and 06. RGB value is (26,28,6). Sum of RGB (Red+Green+Blue) = 26+28+6=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C06 is #E5E3F9. Grayscale: #181818. Windows color (decimal): -15066106 or 400410. OLE color: 400410.

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

Color convert

RGB 26 28 6 -
CMYK 0.07 0 0.79 0.89
HSL 65.45º 0.65% 0.07% -
HSV(B) 65.45º 0.79% 0.11% -
XYZ 0.87 1.06 0.33 -
YUV 24.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 26 28 6 0.07 0 0.79 0.89 65.45 0.65 0.07
Hex 1A 1C 6 7 0 4F 59 41 41 7
Octal 32 34 6 7 0 117 131 101 101 7
Binary 11010 11100 110 111 0 1001111 1011001 1000001 1000001 111

Color Harmonies of #1A1C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1C06

Black with #1A1C06

Text Example


Text Example

White with #1A1C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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