Html Css Color HEX #181A0C Green Waterloo

📋 copy color: '#181A0C'

red 24 ◦ green 26 ◦ blue 12

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

Shades of Green Waterloo #181A0C

Tints of Green Waterloo #181A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 19.35%

R = 38.71%
G = 41.94%
B = 19.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.90

RGB Variations

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

Color information

#181A0C (or 0x181A0C) is known color: Green Waterloo. HEX triplet: 18, 1A and 0C. RGB value is (24,26,12). Sum of RGB (Red+Green+Blue) = 24+26+12=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 26 - color contains mainly: green. Hex color #181A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A0C is #E7E5F3. Grayscale: #171717. Windows color (decimal): -15197684 or 793112. OLE color: 793112.

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

Color convert

RGB 24 26 12 -
CMYK 0.08 0 0.54 0.90
HSL 68.57º 0.37% 0.07% -
HSV(B) 68.57º 0.54% 0.1% -
XYZ 0.81 0.96 0.49 -
YUV 23.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 24 26 12 0.08 0 0.54 0.90 68.57 0.37 0.07
Hex 18 1A C 8 0 36 5A 45 25 7
Octal 30 32 14 10 0 66 132 105 45 7
Binary 11000 11010 1100 1000 0 110110 1011010 1000101 100101 111

Color Harmonies of #181A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A0C

Black with #181A0C

Text Example


Text Example

White with #181A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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