Html Css Color HEX #181C04 Green Waterloo

📋 copy color: '#181C04'

red 24 ◦ green 28 ◦ blue 4

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

Shades of Green Waterloo #181C04

Tints of Green Waterloo #181C04

RGB

 RED value IS 24 (9.77% from 255) = 42.86%

 GREEN value IS 28 (11.33% from 255) = 50%

 BLUE value IS 4 (1.95% from 255) = 7.14%

R = 42.86%
G = 50%
B = 7.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.89

RGB Variations

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

Color information

#181C04 (or 0x181C04) is known color: Green Waterloo. HEX triplet: 18, 1C and 04. RGB value is (24,28,4). Sum of RGB (Red+Green+Blue) = 24+28+4=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 28 - color contains mainly: green. Hex color #181C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C04 is #E7E3FB. Grayscale: #181818. Windows color (decimal): -15197180 or 269336. OLE color: 269336.

HSL color Cylindrical-coordinate representation of color #181C04: hue angle of 70º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181C04 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 28 4 -
CMYK 0.14 0 0.86 0.89
HSL 70º 0.75% 0.06% -
HSV(B) 70º 0.86% 0.11% -
XYZ 0.81 1.03 0.27 -
YUV 24.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 24 28 4 0.14 0 0.86 0.89 70 0.75 0.06
Hex 18 1C 4 E 0 56 59 46 4B 6
Octal 30 34 4 16 0 126 131 106 113 6
Binary 11000 11100 100 1110 0 1010110 1011001 1000110 1001011 110

Color Harmonies of #181C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181C04

Black with #181C04

Text Example


Text Example

White with #181C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181C04; }

 p { color: rgb(24,28,4); }

 H1.HeaderClassName
 {
   color: #181C04;
 }
 .AnyTagClassName
 {
   color: #181C04;
 }
</style>

background-color css

<style>
 a { background-color: #181C04; }

 a { background-color: rgb(24,28,4); }

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

border-color css

<style>
 span { border-color: #181C04; }

 span { border-color: rgb(24,28,4); }

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