Html Css Color HEX #1C2401 Green Waterloo

📋 copy color: '#1C2401'

red 28 ◦ green 36 ◦ blue 1

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

Shades of Green Waterloo #1C2401

Tints of Green Waterloo #1C2401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 55.38%

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

R = 43.08%
G = 55.38%
B = 1.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#1C2401 (or 0x1C2401) is known color: Green Waterloo. HEX triplet: 1C, 24 and 01. RGB value is (28,36,1). Sum of RGB (Red+Green+Blue) = 28+36+1=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 36 (14.45% from 255 or 55.38% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 36 - color contains mainly: green. Hex color #1C2401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2401 is #E3DBFE. Grayscale: #1D1D1D. Windows color (decimal): -14932991 or 74780. OLE color: 74780.

HSL color Cylindrical-coordinate representation of color #1C2401: hue angle of 73.71º degrees, saturation: 0.95, 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 #1C2401 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 28 36 1 -
CMYK 0.22 0 0.97 0.86
HSL 73.71º 0.95% 0.07% -
HSV(B) 73.71º 0.97% 0.14% -
XYZ 1.12 1.51 0.26 -
YUV 29.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 28 36 1 0.22 0 0.97 0.86 73.71 0.95 0.07
Hex 1C 24 1 16 0 61 56 4A 5F 7
Octal 34 44 1 26 0 141 126 112 137 7
Binary 11100 100100 1 10110 0 1100001 1010110 1001010 1011111 111

Color Harmonies of #1C2401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2401

Black with #1C2401

Text Example


Text Example

White with #1C2401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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