Html Css Color HEX #181A06 Green Waterloo

📋 copy color: '#181A06'

red 24 ◦ green 26 ◦ blue 6

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

Shades of Green Waterloo #181A06

Tints of Green Waterloo #181A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 46.43%

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

R = 42.86%
G = 46.43%
B = 10.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.90

RGB Variations

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

Color information

#181A06 (or 0x181A06) is known color: Green Waterloo. HEX triplet: 18, 1A and 06. RGB value is (24,26,6). Sum of RGB (Red+Green+Blue) = 24+26+6=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 26 (10.55% from 255 or 46.43% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 26 - color contains mainly: green. Hex color #181A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A06 is #E7E5F9. Grayscale: #171717. Windows color (decimal): -15197690 or 399896. OLE color: 399896.

HSL color Cylindrical-coordinate representation of color #181A06: hue angle of 66º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #181A06 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.90.

Color convert

RGB 24 26 6 -
CMYK 0.08 0 0.77 0.90
HSL 66º 0.63% 0.06% -
HSV(B) 66º 0.77% 0.1% -
XYZ 0.78 0.95 0.31 -
YUV 23.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 24 26 6 0.08 0 0.77 0.90 66 0.63 0.06
Hex 18 1A 6 8 0 4D 5A 42 3E 6
Octal 30 32 6 10 0 115 132 102 76 6
Binary 11000 11010 110 1000 0 1001101 1011010 1000010 111110 110

Color Harmonies of #181A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A06

Black with #181A06

Text Example


Text Example

White with #181A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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