Html Css Color HEX #137502 Green

📋 copy color: '#137502'

red 19 ◦ green 117 ◦ blue 2

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

Shades of Green #137502

Tints of Green #137502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 84.78%

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

R = 13.77%
G = 84.78%
B = 1.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#137502 (or 0x137502) is known color: Green. HEX triplet: 13, 75 and 02. RGB value is (19,117,2). Sum of RGB (Red+Green+Blue) = 19+117+2=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 117 (46.09% from 255 or 84.78% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 117 - color contains mainly: green. Hex color #137502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137502 is #EC8AFD. Grayscale: #4A4A4A. Windows color (decimal): -15502078 or 161043. OLE color: 161043.

HSL color Cylindrical-coordinate representation of color #137502: hue angle of 111.13º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #137502 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 2 -
CMYK 0.84 0 0.98 0.54
HSL 111.13º 0.97% 0.23% -
HSV(B) 111.13º 0.98% 0.46% -
XYZ 6.64 12.87 2.19 -
YUV 74.59 87.03 88.35 -
System Red Green Blue C M Y K H S L
Decimal 19 117 2 0.84 0 0.98 0.54 111.13 0.97 0.23
Hex 13 75 2 54 0 62 36 6F 61 17
Octal 23 165 2 124 0 142 66 157 141 27
Binary 10011 1110101 10 1010100 0 1100010 110110 1101111 1100001 10111

Color Harmonies of #137502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137502

Black with #137502

Text Example


Text Example

White with #137502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137502; }

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

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

background-color css

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

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

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

border-color css

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

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

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