Html Css Color HEX #137301 Green

📋 copy color: '#137301'

red 19 ◦ green 115 ◦ blue 1

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

Shades of Green #137301

Tints of Green #137301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 85.19%

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 14.07%
G = 85.19%
B = 0.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#137301 (or 0x137301) is known color: Green. HEX triplet: 13, 73 and 01. RGB value is (19,115,1). Sum of RGB (Red+Green+Blue) = 19+115+1=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 115 (45.31% from 255 or 85.19% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 115 - color contains mainly: green. Hex color #137301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137301 is #EC8CFE. Grayscale: #494949. Windows color (decimal): -15502591 or 94995. OLE color: 94995.

HSL color Cylindrical-coordinate representation of color #137301: hue angle of 110.53º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #137301 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 1 -
CMYK 0.83 0 0.99 0.55
HSL 110.53º 0.98% 0.23% -
HSV(B) 110.53º 0.99% 0.45% -
XYZ 6.4 12.4 2.08 -
YUV 73.3 87.2 89.27 -
System Red Green Blue C M Y K H S L
Decimal 19 115 1 0.83 0 0.99 0.55 110.53 0.98 0.23
Hex 13 73 1 53 0 63 37 6F 62 17
Octal 23 163 1 123 0 143 67 157 142 27
Binary 10011 1110011 1 1010011 0 1100011 110111 1101111 1100010 10111

Color Harmonies of #137301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137301

Black with #137301

Text Example


Text Example

White with #137301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137301; }

 p { color: rgb(19,115,1); }

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

background-color css

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

 a { background-color: rgb(19,115,1); }

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

border-color css

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

 span { border-color: rgb(19,115,1); }

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