Html Css Color HEX #181A10 Green Waterloo

📋 copy color: '#181A10'

red 24 ◦ green 26 ◦ blue 16

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

Shades of Green Waterloo #181A10

Tints of Green Waterloo #181A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 24.24%

R = 36.36%
G = 39.39%
B = 24.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.90

RGB Variations

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

Color information

#181A10 (or 0x181A10) is known color: Green Waterloo. HEX triplet: 18, 1A and 10. RGB value is (24,26,16). Sum of RGB (Red+Green+Blue) = 24+26+16=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 26 - color contains mainly: green. Hex color #181A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A10 is #E7E5EF. Grayscale: #181818. Windows color (decimal): -15197680 or 1055256. OLE color: 1055256.

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

Color convert

RGB 24 26 16 -
CMYK 0.08 0 0.38 0.90
HSL 72º 0.24% 0.08% -
HSV(B) 72º 0.38% 0.1% -
XYZ 0.84 0.97 0.63 -
YUV 24.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 24 26 16 0.08 0 0.38 0.90 72 0.24 0.08
Hex 18 1A 10 8 0 26 5A 48 18 8
Octal 30 32 20 10 0 46 132 110 30 10
Binary 11000 11010 10000 1000 0 100110 1011010 1001000 11000 1000

Color Harmonies of #181A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A10

Black with #181A10

Text Example


Text Example

White with #181A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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