Html Css Color HEX #1C2301 Green Waterloo

📋 copy color: '#1C2301'

red 28 ◦ green 35 ◦ blue 1

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

Shades of Green Waterloo #1C2301

Tints of Green Waterloo #1C2301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 54.69%

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

R = 43.75%
G = 54.69%
B = 1.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#1C2301 (or 0x1C2301) is known color: Green Waterloo. HEX triplet: 1C, 23 and 01. RGB value is (28,35,1). Sum of RGB (Red+Green+Blue) = 28+35+1=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #1C2301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2301 is #E3DCFE. Grayscale: #1D1D1D. Windows color (decimal): -14933247 or 74524. OLE color: 74524.

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

Color convert

RGB 28 35 1 -
CMYK 0.20 0 0.97 0.86
HSL 72.35º 0.94% 0.07% -
HSV(B) 72.35º 0.97% 0.14% -
XYZ 1.09 1.45 0.25 -
YUV 29.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 28 35 1 0.20 0 0.97 0.86 72.35 0.94 0.07
Hex 1C 23 1 14 0 61 56 48 5E 7
Octal 34 43 1 24 0 141 126 110 136 7
Binary 11100 100011 1 10100 0 1100001 1010110 1001000 1011110 111

Color Harmonies of #1C2301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2301

Black with #1C2301

Text Example


Text Example

White with #1C2301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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