Html Css Color HEX #1C200E Green Waterloo

📋 copy color: '#1C200E'

red 28 ◦ green 32 ◦ blue 14

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

Shades of Green Waterloo #1C200E

Tints of Green Waterloo #1C200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.92%

R = 37.84%
G = 43.24%
B = 18.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#1C200E (or 0x1C200E) is known color: Green Waterloo. HEX triplet: 1C, 20 and 0E. RGB value is (28,32,14). Sum of RGB (Red+Green+Blue) = 28+32+14=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 32 - color contains mainly: green. Hex color #1C200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C200E is #E3DFF1. Grayscale: #1C1C1C. Windows color (decimal): -14934002 or 925724. OLE color: 925724.

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

Color convert

RGB 28 32 14 -
CMYK 0.12 0 0.56 0.87
HSL 73.33º 0.39% 0.09% -
HSV(B) 73.33º 0.56% 0.13% -
XYZ 1.07 1.31 0.61 -
YUV 28.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 28 32 14 0.12 0 0.56 0.87 73.33 0.39 0.09
Hex 1C 20 E C 0 38 57 49 27 9
Octal 34 40 16 14 0 70 127 111 47 11
Binary 11100 100000 1110 1100 0 111000 1010111 1001001 100111 1001

Color Harmonies of #1C200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C200E

Black with #1C200E

Text Example


Text Example

White with #1C200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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