Html Css Color HEX #137802 Green

📋 copy color: '#137802'

red 19 ◦ green 120 ◦ blue 2

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

Shades of Green #137802

Tints of Green #137802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 85.11%

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

R = 13.48%
G = 85.11%
B = 1.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#137802 (or 0x137802) is known color: Green. HEX triplet: 13, 78 and 02. RGB value is (19,120,2). Sum of RGB (Red+Green+Blue) = 19+120+2=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 120 (47.27% from 255 or 85.11% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 120 - color contains mainly: green. Hex color #137802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137802 is #EC87FD. Grayscale: #4C4C4C. Windows color (decimal): -15501310 or 161811. OLE color: 161811.

HSL color Cylindrical-coordinate representation of color #137802: hue angle of 111.36º 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 #137802 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 120 2 -
CMYK 0.84 0 0.98 0.53
HSL 111.36º 0.97% 0.24% -
HSV(B) 111.36º 0.98% 0.47% -
XYZ 7 13.58 2.31 -
YUV 76.35 86.04 87.09 -
System Red Green Blue C M Y K H S L
Decimal 19 120 2 0.84 0 0.98 0.53 111.36 0.97 0.24
Hex 13 78 2 54 0 62 35 6F 61 18
Octal 23 170 2 124 0 142 65 157 141 30
Binary 10011 1111000 10 1010100 0 1100010 110101 1101111 1100001 11000

Color Harmonies of #137802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137802

Black with #137802

Text Example


Text Example

White with #137802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137802; }

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

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

background-color css

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

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

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

border-color css

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

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

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