Html Css Color HEX #121403 Green Waterloo

📋 copy color: '#121403'

red 18 ◦ green 20 ◦ blue 3

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

Shades of Green Waterloo #121403

Tints of Green Waterloo #121403

RGB

 RED value IS 18 (7.42% from 255) = 43.9%

 GREEN value IS 20 (8.2% from 255) = 48.78%

 BLUE value IS 3 (1.56% from 255) = 7.32%

R = 43.9%
G = 48.78%
B = 7.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

#121403 (or 0x121403) is known color: Green Waterloo. HEX triplet: 12, 14 and 03. RGB value is (18,20,3). Sum of RGB (Red+Green+Blue) = 18+20+3=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #121403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121403 is #EDEBFC. Grayscale: #111111. Windows color (decimal): -15592445 or 201746. OLE color: 201746.

HSL color Cylindrical-coordinate representation of color #121403: hue angle of 67.06º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121403 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 20 3 -
CMYK 0.10 0 0.85 0.92
HSL 67.06º 0.74% 0.05% -
HSV(B) 67.06º 0.85% 0.08% -
XYZ 0.52 0.64 0.18 -
YUV 17.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 18 20 3 0.10 0 0.85 0.92 67.06 0.74 0.05
Hex 12 14 3 A 0 55 5C 43 4A 5
Octal 22 24 3 12 0 125 134 103 112 5
Binary 10010 10100 11 1010 0 1010101 1011100 1000011 1001010 101

Color Harmonies of #121403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121403

Black with #121403

Text Example


Text Example

White with #121403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121403; }

 p { color: rgb(18,20,3); }

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

background-color css

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

 a { background-color: rgb(18,20,3); }

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

border-color css

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

 span { border-color: rgb(18,20,3); }

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