Html Css Color HEX #121503 Green Waterloo

📋 copy color: '#121503'

red 18 ◦ green 21 ◦ blue 3

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

Shades of Green Waterloo #121503

Tints of Green Waterloo #121503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 50%

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

R = 42.86%
G = 50%
B = 7.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.92

RGB Variations

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

Color information

#121503 (or 0x121503) is known color: Green Waterloo. HEX triplet: 12, 15 and 03. RGB value is (18,21,3). Sum of RGB (Red+Green+Blue) = 18+21+3=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #121503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121503 is #EDEAFC. Grayscale: #121212. Windows color (decimal): -15592189 or 202002. OLE color: 202002.

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

Color convert

RGB 18 21 3 -
CMYK 0.14 0 0.86 0.92
HSL 70º 0.75% 0.05% -
HSV(B) 70º 0.86% 0.08% -
XYZ 0.53 0.67 0.19 -
YUV 18.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 18 21 3 0.14 0 0.86 0.92 70 0.75 0.05
Hex 12 15 3 E 0 56 5C 46 4B 5
Octal 22 25 3 16 0 126 134 106 113 5
Binary 10010 10101 11 1110 0 1010110 1011100 1000110 1001011 101

Color Harmonies of #121503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121503

Black with #121503

Text Example


Text Example

White with #121503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121503; }

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

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

background-color css

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

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

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

border-color css

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

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

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