Html Css Color HEX #1C1D14 Green Waterloo

📋 copy color: '#1C1D14'

red 28 ◦ green 29 ◦ blue 20

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

Shades of Green Waterloo #1C1D14

Tints of Green Waterloo #1C1D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 37.66%

 BLUE value IS 20 (8.2% from 255) = 25.97%

R = 36.36%
G = 37.66%
B = 25.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#1C1D14 (or 0x1C1D14) is known color: Green Waterloo. HEX triplet: 1C, 1D and 14. RGB value is (28,29,20). Sum of RGB (Red+Green+Blue) = 28+29+20=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 29 - color contains mainly: green. Hex color #1C1D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1D14 is #E3E2EB. Grayscale: #1B1B1B. Windows color (decimal): -14934764 or 1318172. OLE color: 1318172.

HSL color Cylindrical-coordinate representation of color #1C1D14: hue angle of 66.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1C1D14 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 29 20 -
CMYK 0.03 0 0.31 0.89
HSL 66.67º 0.18% 0.1% -
HSV(B) 66.67º 0.31% 0.11% -
XYZ 1.04 1.18 0.83 -
YUV 27.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 28 29 20 0.03 0 0.31 0.89 66.67 0.18 0.1
Hex 1C 1D 14 3 0 1F 59 43 12 A
Octal 34 35 24 3 0 37 131 103 22 12
Binary 11100 11101 10100 11 0 11111 1011001 1000011 10010 1010

Color Harmonies of #1C1D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1D14

Black with #1C1D14

Text Example


Text Example

White with #1C1D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,29,20); }

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

background-color css

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

 a { background-color: rgb(28,29,20); }

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

border-color css

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

 span { border-color: rgb(28,29,20); }

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