#137902

Color #137902 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #137902

Tints of Green #137902

Color information

#137902 (or 0x137902) is unknown color: approx Green. HEX triplet: 13, 79 and 02. RGB value is (19,121,2). Sum of RGB (Red+Green+Blue) = 19+121+2=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 121 (47.66% from 255 or 85.21% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 121 - color contains mainly: green. Hex color #137902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137902 is #EC86FD. Grayscale: #4D4D4D. Windows color (decimal): -15501054 or 162067. OLE color: 162067.

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

Color convert

RGB191212-
CMYK0.8400.980.53
HSL111.43º96.75%24.12%-
HSV(B)111.43º98.35%47.45%-
XYZ7.1213.822.35-
YUV76.9485.7186.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 121 (47.66% from 255) = 85.21%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=13.38%
G=85.21%
B=1.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1912120.8400.980.53111.4396.7524.12
Hex1379254062356f6118
Octal23171212401426515714130
Binary100111111001101010100011000101101011101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137902; }

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

 H1.HeaderClassName
 {
   color: #137902;
 }
 .AnyTagClassName
 {
   color: #137902;
 }
</style>
background-color css

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

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

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

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

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

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