Html Css Color HEX #121702 Green Waterloo

📋 copy color: '#121702'

red 18 ◦ green 23 ◦ blue 2

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

Shades of Green Waterloo #121702

Tints of Green Waterloo #121702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 53.49%

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

R = 41.86%
G = 53.49%
B = 4.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.91

RGB Variations

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

Color information

#121702 (or 0x121702) is known color: Green Waterloo. HEX triplet: 12, 17 and 02. RGB value is (18,23,2). Sum of RGB (Red+Green+Blue) = 18+23+2=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 23 (9.38% from 255 or 53.49% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 23 - color contains mainly: green. Hex color #121702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121702 is #EDE8FD. Grayscale: #131313. Windows color (decimal): -15591678 or 136978. OLE color: 136978.

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

Color convert

RGB 18 23 2 -
CMYK 0.22 0 0.91 0.91
HSL 74.29º 0.84% 0.05% -
HSV(B) 74.29º 0.91% 0.09% -
XYZ 0.57 0.75 0.17 -
YUV 19.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 18 23 2 0.22 0 0.91 0.91 74.29 0.84 0.05
Hex 12 17 2 16 0 5B 5B 4A 54 5
Octal 22 27 2 26 0 133 133 112 124 5
Binary 10010 10111 10 10110 0 1011011 1011011 1001010 1010100 101

Color Harmonies of #121702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121702

Black with #121702

Text Example


Text Example

White with #121702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121702; }

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

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

background-color css

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

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

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

border-color css

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

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

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