Html Css Color HEX #121502 Green Waterloo

📋 copy color: '#121502'

red 18 ◦ green 21 ◦ blue 2

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

Shades of Green Waterloo #121502

Tints of Green Waterloo #121502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 4.88%

R = 43.9%
G = 51.22%
B = 4.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#121502 (or 0x121502) is known color: Green Waterloo. HEX triplet: 12, 15 and 02. RGB value is (18,21,2). Sum of RGB (Red+Green+Blue) = 18+21+2=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #121502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121502 is #EDEAFD. Grayscale: #121212. Windows color (decimal): -15592190 or 136466. OLE color: 136466.

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

Color convert

RGB 18 21 2 -
CMYK 0.14 0 0.90 0.92
HSL 69.47º 0.83% 0.05% -
HSV(B) 69.47º 0.9% 0.08% -
XYZ 0.53 0.67 0.16 -
YUV 17.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 18 21 2 0.14 0 0.90 0.92 69.47 0.83 0.05
Hex 12 15 2 E 0 5A 5C 45 53 5
Octal 22 25 2 16 0 132 134 105 123 5
Binary 10010 10101 10 1110 0 1011010 1011100 1000101 1010011 101

Color Harmonies of #121502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121502

Black with #121502

Text Example


Text Example

White with #121502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121502; }

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

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

background-color css

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

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

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

border-color css

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

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

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