Html Css Color HEX #181E02 Green Waterloo

📋 copy color: '#181E02'

red 24 ◦ green 30 ◦ blue 2

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

Shades of Green Waterloo #181E02

Tints of Green Waterloo #181E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 53.57%

 BLUE value IS 2 (1.17% from 255) = 3.57%

R = 42.86%
G = 53.57%
B = 3.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.88

RGB Variations

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

Color information

#181E02 (or 0x181E02) is known color: Green Waterloo. HEX triplet: 18, 1E and 02. RGB value is (24,30,2). Sum of RGB (Red+Green+Blue) = 24+30+2=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #181E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E02 is #E7E1FD. Grayscale: #191919. Windows color (decimal): -15196670 or 138776. OLE color: 138776.

HSL color Cylindrical-coordinate representation of color #181E02: hue angle of 72.86º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #181E02 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 30 2 -
CMYK 0.20 0 0.93 0.88
HSL 72.86º 0.88% 0.06% -
HSV(B) 72.86º 0.93% 0.12% -
XYZ 0.85 1.13 0.23 -
YUV 25.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 24 30 2 0.20 0 0.93 0.88 72.86 0.88 0.06
Hex 18 1E 2 14 0 5D 58 49 58 6
Octal 30 36 2 24 0 135 130 111 130 6
Binary 11000 11110 10 10100 0 1011101 1011000 1001001 1011000 110

Color Harmonies of #181E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181E02

Black with #181E02

Text Example


Text Example

White with #181E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,30,2); }

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

background-color css

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

 a { background-color: rgb(24,30,2); }

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

border-color css

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

 span { border-color: rgb(24,30,2); }

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