Html Css Color HEX #181C05 Green Waterloo

📋 copy color: '#181C05'

red 24 ◦ green 28 ◦ blue 5

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

Shades of Green Waterloo #181C05

Tints of Green Waterloo #181C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 8.77%

R = 42.11%
G = 49.12%
B = 8.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.89

RGB Variations

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

Color information

#181C05 (or 0x181C05) is known color: Green Waterloo. HEX triplet: 18, 1C and 05. RGB value is (24,28,5). Sum of RGB (Red+Green+Blue) = 24+28+5=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #181C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C05 is #E7E3FA. Grayscale: #181818. Windows color (decimal): -15197179 or 334872. OLE color: 334872.

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

Color convert

RGB 24 28 5 -
CMYK 0.14 0 0.82 0.89
HSL 70.43º 0.7% 0.06% -
HSV(B) 70.43º 0.82% 0.11% -
XYZ 0.82 1.04 0.3 -
YUV 24.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 24 28 5 0.14 0 0.82 0.89 70.43 0.7 0.06
Hex 18 1C 5 E 0 52 59 46 46 6
Octal 30 34 5 16 0 122 131 106 106 6
Binary 11000 11100 101 1110 0 1010010 1011001 1000110 1000110 110

Color Harmonies of #181C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181C05

Black with #181C05

Text Example


Text Example

White with #181C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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