Html Css Color HEX #1C2103 Green Waterloo

📋 copy color: '#1C2103'

red 28 ◦ green 33 ◦ blue 3

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

Shades of Green Waterloo #1C2103

Tints of Green Waterloo #1C2103

RGB

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

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

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

R = 43.75%
G = 51.56%
B = 4.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.87

RGB Variations

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

Color information

#1C2103 (or 0x1C2103) is known color: Green Waterloo. HEX triplet: 1C, 21 and 03. RGB value is (28,33,3). Sum of RGB (Red+Green+Blue) = 28+33+3=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #1C2103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2103 is #E3DEFC. Grayscale: #1C1C1C. Windows color (decimal): -14933757 or 205084. OLE color: 205084.

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

Color convert

RGB 28 33 3 -
CMYK 0.15 0 0.91 0.87
HSL 70º 0.83% 0.07% -
HSV(B) 70º 0.91% 0.13% -
XYZ 1.04 1.34 0.29 -
YUV 28.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 28 33 3 0.15 0 0.91 0.87 70 0.83 0.07
Hex 1C 21 3 F 0 5B 57 46 53 7
Octal 34 41 3 17 0 133 127 106 123 7
Binary 11100 100001 11 1111 0 1011011 1010111 1000110 1010011 111

Color Harmonies of #1C2103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2103

Black with #1C2103

Text Example


Text Example

White with #1C2103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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