Html Css Color HEX #1C200C Green Waterloo

📋 copy color: '#1C200C'

red 28 ◦ green 32 ◦ blue 12

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

Shades of Green Waterloo #1C200C

Tints of Green Waterloo #1C200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 44.44%

 BLUE value IS 12 (5.08% from 255) = 16.67%

R = 38.89%
G = 44.44%
B = 16.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.87

RGB Variations

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

Color information

#1C200C (or 0x1C200C) is known color: Green Waterloo. HEX triplet: 1C, 20 and 0C. RGB value is (28,32,12). Sum of RGB (Red+Green+Blue) = 28+32+12=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #1C200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C200C is #E3DFF3. Grayscale: #1C1C1C. Windows color (decimal): -14934004 or 794652. OLE color: 794652.

HSL color Cylindrical-coordinate representation of color #1C200C: hue angle of 72º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C200C is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB 28 32 12 -
CMYK 0.12 0 0.63 0.87
HSL 72º 0.45% 0.09% -
HSV(B) 72º 0.63% 0.13% -
XYZ 1.06 1.31 0.54 -
YUV 28.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 28 32 12 0.12 0 0.63 0.87 72 0.45 0.09
Hex 1C 20 C C 0 3F 57 48 2D 9
Octal 34 40 14 14 0 77 127 110 55 11
Binary 11100 100000 1100 1100 0 111111 1010111 1001000 101101 1001

Color Harmonies of #1C200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C200C

Black with #1C200C

Text Example


Text Example

White with #1C200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,32,12); }

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

background-color css

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

 a { background-color: rgb(28,32,12); }

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

border-color css

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

 span { border-color: rgb(28,32,12); }

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