Html Css Color HEX #181A05 Green Waterloo

📋 copy color: '#181A05'

red 24 ◦ green 26 ◦ blue 5

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

Shades of Green Waterloo #181A05

Tints of Green Waterloo #181A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 9.09%

R = 43.64%
G = 47.27%
B = 9.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.90

RGB Variations

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

Color information

#181A05 (or 0x181A05) is known color: Green Waterloo. HEX triplet: 18, 1A and 05. RGB value is (24,26,5). Sum of RGB (Red+Green+Blue) = 24+26+5=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 26 - color contains mainly: green. Hex color #181A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A05 is #E7E5FA. Grayscale: #171717. Windows color (decimal): -15197691 or 334360. OLE color: 334360.

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

Color convert

RGB 24 26 5 -
CMYK 0.08 0 0.81 0.90
HSL 65.71º 0.68% 0.06% -
HSV(B) 65.71º 0.81% 0.1% -
XYZ 0.77 0.94 0.29 -
YUV 23.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 24 26 5 0.08 0 0.81 0.90 65.71 0.68 0.06
Hex 18 1A 5 8 0 51 5A 42 44 6
Octal 30 32 5 10 0 121 132 102 104 6
Binary 11000 11010 101 1000 0 1010001 1011010 1000010 1000100 110

Color Harmonies of #181A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A05

Black with #181A05

Text Example


Text Example

White with #181A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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