Html Css Color HEX #181B08 Green Waterloo

📋 copy color: '#181B08'

red 24 ◦ green 27 ◦ blue 8

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

Shades of Green Waterloo #181B08

Tints of Green Waterloo #181B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 13.56%

R = 40.68%
G = 45.76%
B = 13.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.89

RGB Variations

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

Color information

#181B08 (or 0x181B08) is known color: Green Waterloo. HEX triplet: 18, 1B and 08. RGB value is (24,27,8). Sum of RGB (Red+Green+Blue) = 24+27+8=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 27 - color contains mainly: green. Hex color #181B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B08 is #E7E4F7. Grayscale: #181818. Windows color (decimal): -15197432 or 531224. OLE color: 531224.

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

Color convert

RGB 24 27 8 -
CMYK 0.11 0 0.70 0.89
HSL 69.47º 0.54% 0.07% -
HSV(B) 69.47º 0.7% 0.11% -
XYZ 0.81 1 0.38 -
YUV 23.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 24 27 8 0.11 0 0.70 0.89 69.47 0.54 0.07
Hex 18 1B 8 B 0 46 59 45 36 7
Octal 30 33 10 13 0 106 131 105 66 7
Binary 11000 11011 1000 1011 0 1000110 1011001 1000101 110110 111

Color Harmonies of #181B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181B08

Black with #181B08

Text Example


Text Example

White with #181B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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