Html Css Color HEX #137F01 Green

📋 copy color: '#137F01'

red 19 ◦ green 127 ◦ blue 1

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

Shades of Green #137F01

Tints of Green #137F01

RGB

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

 GREEN value IS 127 (50% from 255) = 86.39%

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

R = 12.93%
G = 86.39%
B = 0.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#137F01 (or 0x137F01) is known color: Green. HEX triplet: 13, 7F and 01. RGB value is (19,127,1). Sum of RGB (Red+Green+Blue) = 19+127+1=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 127 (50% from 255 or 86.39% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 127 - color contains mainly: green. Hex color #137F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137F01 is #EC80FE. Grayscale: #505050. Windows color (decimal): -15499519 or 98067. OLE color: 98067.

HSL color Cylindrical-coordinate representation of color #137F01: hue angle of 111.43º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #137F01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 127 1 -
CMYK 0.85 0 0.99 0.50
HSL 111.43º 0.98% 0.25% -
HSV(B) 111.43º 0.99% 0.5% -
XYZ 7.86 15.32 2.57 -
YUV 80.34 83.22 84.25 -
System Red Green Blue C M Y K H S L
Decimal 19 127 1 0.85 0 0.99 0.50 111.43 0.98 0.25
Hex 13 7F 1 55 0 63 32 6F 62 19
Octal 23 177 1 125 0 143 62 157 142 31
Binary 10011 1111111 1 1010101 0 1100011 110010 1101111 1100010 11001

Color Harmonies of #137F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F01

Black with #137F01

Text Example


Text Example

White with #137F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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