Html Css Color HEX #137F03 Green

📋 copy color: '#137F03'

red 19 ◦ green 127 ◦ blue 3

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

Shades of Green #137F03

Tints of Green #137F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.01%

R = 12.75%
G = 85.23%
B = 2.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#137F03 (or 0x137F03) is known color: Green. HEX triplet: 13, 7F and 03. RGB value is (19,127,3). Sum of RGB (Red+Green+Blue) = 19+127+3=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 127 (50% from 255 or 85.23% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 127 - color contains mainly: green. Hex color #137F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137F03 is #EC80FC. Grayscale: #505050. Windows color (decimal): -15499517 or 229139. OLE color: 229139.

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

Color convert

RGB 19 127 3 -
CMYK 0.85 0 0.98 0.50
HSL 112.26º 0.95% 0.25% -
HSV(B) 112.26º 0.98% 0.5% -
XYZ 7.87 15.32 2.63 -
YUV 80.57 84.22 84.08 -
System Red Green Blue C M Y K H S L
Decimal 19 127 3 0.85 0 0.98 0.50 112.26 0.95 0.25
Hex 13 7F 3 55 0 62 32 70 5F 19
Octal 23 177 3 125 0 142 62 160 137 31
Binary 10011 1111111 11 1010101 0 1100010 110010 1110000 1011111 11001

Color Harmonies of #137F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F03

Black with #137F03

Text Example


Text Example

White with #137F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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