Html Css Color HEX #181B02 Green Waterloo

📋 copy color: '#181B02'

red 24 ◦ green 27 ◦ blue 2

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

Shades of Green Waterloo #181B02

Tints of Green Waterloo #181B02

RGB

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

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

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

R = 45.28%
G = 50.94%
B = 3.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#181B02 (or 0x181B02) is known color: Green Waterloo. HEX triplet: 18, 1B and 02. RGB value is (24,27,2). Sum of RGB (Red+Green+Blue) = 24+27+2=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 27 (10.94% from 255 or 50.94% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 27 - color contains mainly: green. Hex color #181B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B02 is #E7E4FD. Grayscale: #171717. Windows color (decimal): -15197438 or 138008. OLE color: 138008.

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

Color convert

RGB 24 27 2 -
CMYK 0.11 0 0.93 0.89
HSL 67.2º 0.86% 0.06% -
HSV(B) 67.2º 0.93% 0.11% -
XYZ 0.78 0.98 0.21 -
YUV 23.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 24 27 2 0.11 0 0.93 0.89 67.2 0.86 0.06
Hex 18 1B 2 B 0 5D 59 43 56 6
Octal 30 33 2 13 0 135 131 103 126 6
Binary 11000 11011 10 1011 0 1011101 1011001 1000011 1010110 110

Color Harmonies of #181B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181B02

Black with #181B02

Text Example


Text Example

White with #181B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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