Html Css Color HEX #121603 Green Waterloo

📋 copy color: '#121603'

red 18 ◦ green 22 ◦ blue 3

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

Shades of Green Waterloo #121603

Tints of Green Waterloo #121603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 51.16%

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

R = 41.86%
G = 51.16%
B = 6.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.91

RGB Variations

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

Color information

#121603 (or 0x121603) is known color: Green Waterloo. HEX triplet: 12, 16 and 03. RGB value is (18,22,3). Sum of RGB (Red+Green+Blue) = 18+22+3=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #121603 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121603 is #EDE9FC. Grayscale: #121212. Windows color (decimal): -15591933 or 202258. OLE color: 202258.

HSL color Cylindrical-coordinate representation of color #121603: hue angle of 72.63º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121603 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 22 3 -
CMYK 0.18 0 0.86 0.91
HSL 72.63º 0.76% 0.05% -
HSV(B) 72.63º 0.86% 0.09% -
XYZ 0.55 0.71 0.19 -
YUV 18.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 18 22 3 0.18 0 0.86 0.91 72.63 0.76 0.05
Hex 12 16 3 12 0 56 5B 49 4C 5
Octal 22 26 3 22 0 126 133 111 114 5
Binary 10010 10110 11 10010 0 1010110 1011011 1001001 1001100 101

Color Harmonies of #121603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121603

Black with #121603

Text Example


Text Example

White with #121603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121603; }

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

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

background-color css

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

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

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

border-color css

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

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

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