Html Css Color HEX #181C06 Green Waterloo

📋 copy color: '#181C06'

red 24 ◦ green 28 ◦ blue 6

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

Shades of Green Waterloo #181C06

Tints of Green Waterloo #181C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 48.28%

 BLUE value IS 6 (2.73% from 255) = 10.34%

R = 41.38%
G = 48.28%
B = 10.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#181C06 (or 0x181C06) is known color: Green Waterloo. HEX triplet: 18, 1C and 06. RGB value is (24,28,6). Sum of RGB (Red+Green+Blue) = 24+28+6=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 28 (11.33% from 255 or 48.28% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 28 - color contains mainly: green. Hex color #181C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C06 is #E7E3F9. Grayscale: #181818. Windows color (decimal): -15197178 or 400408. OLE color: 400408.

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

Color convert

RGB 24 28 6 -
CMYK 0.14 0 0.79 0.89
HSL 70.91º 0.65% 0.07% -
HSV(B) 70.91º 0.79% 0.11% -
XYZ 0.82 1.04 0.33 -
YUV 24.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 24 28 6 0.14 0 0.79 0.89 70.91 0.65 0.07
Hex 18 1C 6 E 0 4F 59 47 41 7
Octal 30 34 6 16 0 117 131 107 101 7
Binary 11000 11100 110 1110 0 1001111 1011001 1000111 1000001 111

Color Harmonies of #181C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181C06

Black with #181C06

Text Example


Text Example

White with #181C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,28,6); }

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

background-color css

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

 a { background-color: rgb(24,28,6); }

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

border-color css

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

 span { border-color: rgb(24,28,6); }

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