Html Css Color HEX #181B04 Green Waterloo

📋 copy color: '#181B04'

red 24 ◦ green 27 ◦ blue 4

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

Shades of Green Waterloo #181B04

Tints of Green Waterloo #181B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 7.27%

R = 43.64%
G = 49.09%
B = 7.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.89

RGB Variations

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

Color information

#181B04 (or 0x181B04) is known color: Green Waterloo. HEX triplet: 18, 1B and 04. RGB value is (24,27,4). Sum of RGB (Red+Green+Blue) = 24+27+4=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #181B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B04 is #E7E4FB. Grayscale: #171717. Windows color (decimal): -15197436 or 269080. OLE color: 269080.

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

Color convert

RGB 24 27 4 -
CMYK 0.11 0 0.85 0.89
HSL 67.83º 0.74% 0.06% -
HSV(B) 67.83º 0.85% 0.11% -
XYZ 0.79 0.99 0.26 -
YUV 23.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 24 27 4 0.11 0 0.85 0.89 67.83 0.74 0.06
Hex 18 1B 4 B 0 55 59 44 4A 6
Octal 30 33 4 13 0 125 131 104 112 6
Binary 11000 11011 100 1011 0 1010101 1011001 1000100 1001010 110

Color Harmonies of #181B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181B04

Black with #181B04

Text Example


Text Example

White with #181B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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