Html Css Color HEX #1C2101 Green Waterloo

📋 copy color: '#1C2101'

red 28 ◦ green 33 ◦ blue 1

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

Shades of Green Waterloo #1C2101

Tints of Green Waterloo #1C2101

RGB

 RED value IS 28 (11.33% from 255) = 45.16%

 GREEN value IS 33 (13.28% from 255) = 53.23%

 BLUE value IS 1 (0.78% from 255) = 1.61%

R = 45.16%
G = 53.23%
B = 1.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#1C2101 (or 0x1C2101) is known color: Green Waterloo. HEX triplet: 1C, 21 and 01. RGB value is (28,33,1). Sum of RGB (Red+Green+Blue) = 28+33+1=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #1C2101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2101 is #E3DEFE. Grayscale: #1B1B1B. Windows color (decimal): -14933759 or 74012. OLE color: 74012.

HSL color Cylindrical-coordinate representation of color #1C2101: hue angle of 69.38º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C2101 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 28 33 1 -
CMYK 0.15 0 0.97 0.87
HSL 69.38º 0.94% 0.07% -
HSV(B) 69.38º 0.97% 0.13% -
XYZ 1.03 1.34 0.23 -
YUV 27.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 28 33 1 0.15 0 0.97 0.87 69.38 0.94 0.07
Hex 1C 21 1 F 0 61 57 45 5E 7
Octal 34 41 1 17 0 141 127 105 136 7
Binary 11100 100001 1 1111 0 1100001 1010111 1000101 1011110 111

Color Harmonies of #1C2101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2101

Black with #1C2101

Text Example


Text Example

White with #1C2101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,33,1); }

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

background-color css

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

 a { background-color: rgb(28,33,1); }

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

border-color css

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

 span { border-color: rgb(28,33,1); }

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