Html Css Color HEX #131702 Green Waterloo

📋 copy color: '#131702'

red 19 ◦ green 23 ◦ blue 2

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

Shades of Green Waterloo #131702

Tints of Green Waterloo #131702

RGB

 RED value IS 19 (7.81% from 255) = 43.18%

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

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

R = 43.18%
G = 52.27%
B = 4.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.91

RGB Variations

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

Color information

#131702 (or 0x131702) is known color: Green Waterloo. HEX triplet: 13, 17 and 02. RGB value is (19,23,2). Sum of RGB (Red+Green+Blue) = 19+23+2=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 23 (9.38% from 255 or 52.27% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 23 - color contains mainly: green. Hex color #131702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131702 is #ECE8FD. Grayscale: #131313. Windows color (decimal): -15526142 or 136979. OLE color: 136979.

HSL color Cylindrical-coordinate representation of color #131702: hue angle of 71.43º 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 #131702 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 23 2 -
CMYK 0.17 0 0.91 0.91
HSL 71.43º 0.84% 0.05% -
HSV(B) 71.43º 0.91% 0.09% -
XYZ 0.59 0.76 0.17 -
YUV 19.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 19 23 2 0.17 0 0.91 0.91 71.43 0.84 0.05
Hex 13 17 2 11 0 5B 5B 47 54 5
Octal 23 27 2 21 0 133 133 107 124 5
Binary 10011 10111 10 10001 0 1011011 1011011 1000111 1010100 101

Color Harmonies of #131702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131702

Black with #131702

Text Example


Text Example

White with #131702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131702; }

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

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

background-color css

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

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

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

border-color css

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

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

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