Html Css Color HEX #1C200B Green Waterloo

📋 copy color: '#1C200B'

red 28 ◦ green 32 ◦ blue 11

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

Shades of Green Waterloo #1C200B

Tints of Green Waterloo #1C200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 15.49%

R = 39.44%
G = 45.07%
B = 15.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#1C200B (or 0x1C200B) is known color: Green Waterloo. HEX triplet: 1C, 20 and 0B. RGB value is (28,32,11). Sum of RGB (Red+Green+Blue) = 28+32+11=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #1C200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C200B is #E3DFF4. Grayscale: #1C1C1C. Windows color (decimal): -14934005 or 729116. OLE color: 729116.

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

Color convert

RGB 28 32 11 -
CMYK 0.12 0 0.66 0.87
HSL 71.43º 0.49% 0.08% -
HSV(B) 71.43º 0.66% 0.13% -
XYZ 1.06 1.3 0.51 -
YUV 28.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 28 32 11 0.12 0 0.66 0.87 71.43 0.49 0.08
Hex 1C 20 B C 0 42 57 47 31 8
Octal 34 40 13 14 0 102 127 107 61 10
Binary 11100 100000 1011 1100 0 1000010 1010111 1000111 110001 1000

Color Harmonies of #1C200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C200B

Black with #1C200B

Text Example


Text Example

White with #1C200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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