Html Css Color HEX #1C2303 Green Waterloo

📋 copy color: '#1C2303'

red 28 ◦ green 35 ◦ blue 3

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

Shades of Green Waterloo #1C2303

Tints of Green Waterloo #1C2303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.55%

R = 42.42%
G = 53.03%
B = 4.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.86

RGB Variations

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

Color information

#1C2303 (or 0x1C2303) is known color: Green Waterloo. HEX triplet: 1C, 23 and 03. RGB value is (28,35,3). Sum of RGB (Red+Green+Blue) = 28+35+3=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #1C2303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2303 is #E3DCFC. Grayscale: #1D1D1D. Windows color (decimal): -14933245 or 205596. OLE color: 205596.

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

Color convert

RGB 28 35 3 -
CMYK 0.20 0 0.91 0.86
HSL 73.13º 0.84% 0.07% -
HSV(B) 73.13º 0.91% 0.14% -
XYZ 1.1 1.46 0.31 -
YUV 29.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 28 35 3 0.20 0 0.91 0.86 73.13 0.84 0.07
Hex 1C 23 3 14 0 5B 56 49 54 7
Octal 34 43 3 24 0 133 126 111 124 7
Binary 11100 100011 11 10100 0 1011011 1010110 1001001 1010100 111

Color Harmonies of #1C2303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2303

Black with #1C2303

Text Example


Text Example

White with #1C2303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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