Html Css Color HEX #137C02 Green

📋 copy color: '#137C02'

red 19 ◦ green 124 ◦ blue 2

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

Shades of Green #137C02

Tints of Green #137C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 85.52%

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

R = 13.1%
G = 85.52%
B = 1.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#137C02 (or 0x137C02) is known color: Green. HEX triplet: 13, 7C and 02. RGB value is (19,124,2). Sum of RGB (Red+Green+Blue) = 19+124+2=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 124 (48.83% from 255 or 85.52% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 124 - color contains mainly: green. Hex color #137C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137C02 is #EC83FD. Grayscale: #4F4F4F. Windows color (decimal): -15500286 or 162835. OLE color: 162835.

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

Color convert

RGB 19 124 2 -
CMYK 0.85 0 0.98 0.51
HSL 111.64º 0.97% 0.25% -
HSV(B) 111.64º 0.98% 0.49% -
XYZ 7.49 14.56 2.47 -
YUV 78.7 84.71 85.42 -
System Red Green Blue C M Y K H S L
Decimal 19 124 2 0.85 0 0.98 0.51 111.64 0.97 0.25
Hex 13 7C 2 55 0 62 33 70 61 19
Octal 23 174 2 125 0 142 63 160 141 31
Binary 10011 1111100 10 1010101 0 1100010 110011 1110000 1100001 11001

Color Harmonies of #137C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C02

Black with #137C02

Text Example


Text Example

White with #137C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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