Html Css Color HEX #1C1E0A Green Waterloo

📋 copy color: '#1C1E0A'

red 28 ◦ green 30 ◦ blue 10

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

Shades of Green Waterloo #1C1E0A

Tints of Green Waterloo #1C1E0A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 44.12%

 BLUE value IS 10 (4.3% from 255) = 14.71%

R = 41.18%
G = 44.12%
B = 14.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.88

RGB Variations

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

Color information

#1C1E0A (or 0x1C1E0A) is known color: Green Waterloo. HEX triplet: 1C, 1E and 0A. RGB value is (28,30,10). Sum of RGB (Red+Green+Blue) = 28+30+10=68 (9% of max value = 765). Red value is 28 (11.33% from 255 or 41.18% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 30 - color contains mainly: green. Hex color #1C1E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1E0A is #E3E1F5. Grayscale: #1B1B1B. Windows color (decimal): -14934518 or 663068. OLE color: 663068.

HSL color Cylindrical-coordinate representation of color #1C1E0A: hue angle of 66º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C1E0A is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.88.

Color convert

RGB 28 30 10 -
CMYK 0.07 0 0.67 0.88
HSL 66º 0.5% 0.08% -
HSV(B) 66º 0.67% 0.12% -
XYZ 1 1.2 0.47 -
YUV 27.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 28 30 10 0.07 0 0.67 0.88 66 0.5 0.08
Hex 1C 1E A 7 0 43 58 42 32 8
Octal 34 36 12 7 0 103 130 102 62 10
Binary 11100 11110 1010 111 0 1000011 1011000 1000010 110010 1000

Color Harmonies of #1C1E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1E0A

Black with #1C1E0A

Text Example


Text Example

White with #1C1E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,30,10); }

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

background-color css

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

 a { background-color: rgb(28,30,10); }

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

border-color css

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

 span { border-color: rgb(28,30,10); }

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