Html Css Color HEX #181A0A Green Waterloo

📋 copy color: '#181A0A'

red 24 ◦ green 26 ◦ blue 10

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

Shades of Green Waterloo #181A0A

Tints of Green Waterloo #181A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 16.67%

R = 40%
G = 43.33%
B = 16.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.90

RGB Variations

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

Color information

#181A0A (or 0x181A0A) is known color: Green Waterloo. HEX triplet: 18, 1A and 0A. RGB value is (24,26,10). Sum of RGB (Red+Green+Blue) = 24+26+10=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 26 - color contains mainly: green. Hex color #181A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A0A is #E7E5F5. Grayscale: #171717. Windows color (decimal): -15197686 or 662040. OLE color: 662040.

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

Color convert

RGB 24 26 10 -
CMYK 0.08 0 0.62 0.90
HSL 67.5º 0.44% 0.07% -
HSV(B) 67.5º 0.62% 0.1% -
XYZ 0.8 0.95 0.43 -
YUV 23.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 24 26 10 0.08 0 0.62 0.90 67.5 0.44 0.07
Hex 18 1A A 8 0 3E 5A 44 2C 7
Octal 30 32 12 10 0 76 132 104 54 7
Binary 11000 11010 1010 1000 0 111110 1011010 1000100 101100 111

Color Harmonies of #181A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A0A

Black with #181A0A

Text Example


Text Example

White with #181A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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