Html Css Color HEX #181D06 Green Waterloo

📋 copy color: '#181D06'

red 24 ◦ green 29 ◦ blue 6

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

Shades of Green Waterloo #181D06

Tints of Green Waterloo #181D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 10.17%

R = 40.68%
G = 49.15%
B = 10.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#181D06 (or 0x181D06) is known color: Green Waterloo. HEX triplet: 18, 1D and 06. RGB value is (24,29,6). Sum of RGB (Red+Green+Blue) = 24+29+6=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 29 (11.72% from 255 or 49.15% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 29 - color contains mainly: green. Hex color #181D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D06 is #E7E2F9. Grayscale: #181818. Windows color (decimal): -15196922 or 400664. OLE color: 400664.

HSL color Cylindrical-coordinate representation of color #181D06: hue angle of 73.04º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #181D06 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 29 6 -
CMYK 0.17 0 0.79 0.89
HSL 73.04º 0.66% 0.07% -
HSV(B) 73.04º 0.79% 0.11% -
XYZ 0.85 1.09 0.34 -
YUV 24.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 24 29 6 0.17 0 0.79 0.89 73.04 0.66 0.07
Hex 18 1D 6 11 0 4F 59 49 42 7
Octal 30 35 6 21 0 117 131 111 102 7
Binary 11000 11101 110 10001 0 1001111 1011001 1001001 1000010 111

Color Harmonies of #181D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181D06

Black with #181D06

Text Example


Text Example

White with #181D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,29,6); }

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

background-color css

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

 a { background-color: rgb(24,29,6); }

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

border-color css

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

 span { border-color: rgb(24,29,6); }

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