Html Css Color HEX #181C01 Green Waterloo

📋 copy color: '#181C01'

red 24 ◦ green 28 ◦ blue 1

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

Shades of Green Waterloo #181C01

Tints of Green Waterloo #181C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 52.83%

 BLUE value IS 1 (0.78% from 255) = 1.89%

R = 45.28%
G = 52.83%
B = 1.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.89

RGB Variations

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

Color information

#181C01 (or 0x181C01) is known color: Green Waterloo. HEX triplet: 18, 1C and 01. RGB value is (24,28,1). Sum of RGB (Red+Green+Blue) = 24+28+1=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #181C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C01 is #E7E3FE. Grayscale: #171717. Windows color (decimal): -15197183 or 72728. OLE color: 72728.

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

Color convert

RGB 24 28 1 -
CMYK 0.14 0 0.96 0.89
HSL 68.89º 0.93% 0.06% -
HSV(B) 68.89º 0.96% 0.11% -
XYZ 0.8 1.03 0.18 -
YUV 23.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 24 28 1 0.14 0 0.96 0.89 68.89 0.93 0.06
Hex 18 1C 1 E 0 60 59 45 5D 6
Octal 30 34 1 16 0 140 131 105 135 6
Binary 11000 11100 1 1110 0 1100000 1011001 1000101 1011101 110

Color Harmonies of #181C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181C01

Black with #181C01

Text Example


Text Example

White with #181C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,28,1); }

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

background-color css

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

 a { background-color: rgb(24,28,1); }

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

border-color css

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

 span { border-color: rgb(24,28,1); }

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