Html Css Color HEX #131602 Green Waterloo

📋 copy color: '#131602'

red 19 ◦ green 22 ◦ blue 2

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

Shades of Green Waterloo #131602

Tints of Green Waterloo #131602

RGB

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

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

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

R = 44.19%
G = 51.16%
B = 4.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.91

RGB Variations

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

Color information

#131602 (or 0x131602) is known color: Green Waterloo. HEX triplet: 13, 16 and 02. RGB value is (19,22,2). Sum of RGB (Red+Green+Blue) = 19+22+2=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #131602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131602 is #ECE9FD. Grayscale: #121212. Windows color (decimal): -15526398 or 136723. OLE color: 136723.

HSL color Cylindrical-coordinate representation of color #131602: hue angle of 69º degrees, saturation: 0.83, 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 #131602 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 22 2 -
CMYK 0.14 0 0.91 0.91
HSL 69º 0.83% 0.05% -
HSV(B) 69º 0.91% 0.09% -
XYZ 0.57 0.72 0.17 -
YUV 18.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 19 22 2 0.14 0 0.91 0.91 69 0.83 0.05
Hex 13 16 2 E 0 5B 5B 45 53 5
Octal 23 26 2 16 0 133 133 105 123 5
Binary 10011 10110 10 1110 0 1011011 1011011 1000101 1010011 101

Color Harmonies of #131602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131602

Black with #131602

Text Example


Text Example

White with #131602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131602; }

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

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

background-color css

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

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

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

border-color css

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

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

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