Html Css Color HEX #1A1C05 Green Waterloo

📋 copy color: '#1A1C05'

red 26 ◦ green 28 ◦ blue 5

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

Shades of Green Waterloo #1A1C05

Tints of Green Waterloo #1A1C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 8.47%

R = 44.07%
G = 47.46%
B = 8.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.89

RGB Variations

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

Color information

#1A1C05 (or 0x1A1C05) is known color: Green Waterloo. HEX triplet: 1A, 1C and 05. RGB value is (26,28,5). Sum of RGB (Red+Green+Blue) = 26+28+5=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C05 is #E5E3FA. Grayscale: #181818. Windows color (decimal): -15066107 or 334874. OLE color: 334874.

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

Color convert

RGB 26 28 5 -
CMYK 0.07 0 0.82 0.89
HSL 65.22º 0.7% 0.06% -
HSV(B) 65.22º 0.82% 0.11% -
XYZ 0.87 1.06 0.3 -
YUV 24.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 26 28 5 0.07 0 0.82 0.89 65.22 0.7 0.06
Hex 1A 1C 5 7 0 52 59 41 46 6
Octal 32 34 5 7 0 122 131 101 106 6
Binary 11010 11100 101 111 0 1010010 1011001 1000001 1000110 110

Color Harmonies of #1A1C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1C05

Black with #1A1C05

Text Example


Text Example

White with #1A1C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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