Html Css Color HEX #181B06 Green Waterloo

📋 copy color: '#181B06'

red 24 ◦ green 27 ◦ blue 6

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

Shades of Green Waterloo #181B06

Tints of Green Waterloo #181B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 47.37%

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

R = 42.11%
G = 47.37%
B = 10.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.89

RGB Variations

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

Color information

#181B06 (or 0x181B06) is known color: Green Waterloo. HEX triplet: 18, 1B and 06. RGB value is (24,27,6). Sum of RGB (Red+Green+Blue) = 24+27+6=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 27 (10.94% from 255 or 47.37% from 57); Blue value is 6 (2.73% from 255 or 10.53% from 57); Max value from RGB is 27 - color contains mainly: green. Hex color #181B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B06 is #E7E4F9. Grayscale: #171717. Windows color (decimal): -15197434 or 400152. OLE color: 400152.

HSL color Cylindrical-coordinate representation of color #181B06: hue angle of 68.57º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #181B06 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 27 6 -
CMYK 0.11 0 0.78 0.89
HSL 68.57º 0.64% 0.06% -
HSV(B) 68.57º 0.78% 0.11% -
XYZ 0.8 0.99 0.32 -
YUV 23.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 24 27 6 0.11 0 0.78 0.89 68.57 0.64 0.06
Hex 18 1B 6 B 0 4E 59 45 40 6
Octal 30 33 6 13 0 116 131 105 100 6
Binary 11000 11011 110 1011 0 1001110 1011001 1000101 1000000 110

Color Harmonies of #181B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181B06

Black with #181B06

Text Example


Text Example

White with #181B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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