Html Css Color HEX #181A0F Green Waterloo

📋 copy color: '#181A0F'

red 24 ◦ green 26 ◦ blue 15

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

Shades of Green Waterloo #181A0F

Tints of Green Waterloo #181A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 23.08%

R = 36.92%
G = 40%
B = 23.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.90

RGB Variations

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

Color information

#181A0F (or 0x181A0F) is known color: Green Waterloo. HEX triplet: 18, 1A and 0F. RGB value is (24,26,15). Sum of RGB (Red+Green+Blue) = 24+26+15=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 26 - color contains mainly: green. Hex color #181A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A0F is #E7E5F0. Grayscale: #181818. Windows color (decimal): -15197681 or 989720. OLE color: 989720.

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

Color convert

RGB 24 26 15 -
CMYK 0.08 0 0.42 0.90
HSL 70.91º 0.27% 0.08% -
HSV(B) 70.91º 0.42% 0.1% -
XYZ 0.83 0.97 0.59 -
YUV 24.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 24 26 15 0.08 0 0.42 0.90 70.91 0.27 0.08
Hex 18 1A F 8 0 2A 5A 47 1B 8
Octal 30 32 17 10 0 52 132 107 33 10
Binary 11000 11010 1111 1000 0 101010 1011010 1000111 11011 1000

Color Harmonies of #181A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A0F

Black with #181A0F

Text Example


Text Example

White with #181A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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