Html Css Color HEX #181D08 Green Waterloo

📋 copy color: '#181D08'

red 24 ◦ green 29 ◦ blue 8

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

Shades of Green Waterloo #181D08

Tints of Green Waterloo #181D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 47.54%

 BLUE value IS 8 (3.52% from 255) = 13.11%

R = 39.34%
G = 47.54%
B = 13.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.89

RGB Variations

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

Color information

#181D08 (or 0x181D08) is known color: Green Waterloo. HEX triplet: 18, 1D and 08. RGB value is (24,29,8). Sum of RGB (Red+Green+Blue) = 24+29+8=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 29 - color contains mainly: green. Hex color #181D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D08 is #E7E2F7. Grayscale: #191919. Windows color (decimal): -15196920 or 531736. OLE color: 531736.

HSL color Cylindrical-coordinate representation of color #181D08: hue angle of 74.29º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #181D08 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 29 8 -
CMYK 0.17 0 0.72 0.89
HSL 74.29º 0.57% 0.07% -
HSV(B) 74.29º 0.72% 0.11% -
XYZ 0.86 1.09 0.39 -
YUV 25.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 24 29 8 0.17 0 0.72 0.89 74.29 0.57 0.07
Hex 18 1D 8 11 0 48 59 4A 39 7
Octal 30 35 10 21 0 110 131 112 71 7
Binary 11000 11101 1000 10001 0 1001000 1011001 1001010 111001 111

Color Harmonies of #181D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181D08

Black with #181D08

Text Example


Text Example

White with #181D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,29,8); }

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

background-color css

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

 a { background-color: rgb(24,29,8); }

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

border-color css

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

 span { border-color: rgb(24,29,8); }

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