#138207

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

Shades of Green #138207

Tints of Green #138207

Color information

#138207 (or 0x138207) is unknown color: approx Green. HEX triplet: 13, 82 and 07. RGB value is (19,130,7). Sum of RGB (Red+Green+Blue) = 19+130+7=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 130 (51.17% from 255 or 83.33% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 130 - color contains mainly: green. Hex color #138207 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138207 is #EC7DF8. Grayscale: #535353. Windows color (decimal): -15498745 or 492051. OLE color: 492051.

HSL color Cylindrical-coordinate representation of color #138207: hue angle of 114.15º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #138207 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB191307-
CMYK0.8500.950.49
HSL114.15º89.78%26.86%-
HSV(B)114.15º94.62%50.98%-
XYZ8.2916.122.88-
YUV82.7985.2382.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 130 (51.17% from 255) = 83.33%
BLUE value IS 7 (3.12% from 255) = 4.49%
R=12.18%
G=83.33%
B=4.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1913070.8500.950.49114.1589.7826.86
Hex138275505F31725a1b
Octal23202712501376116213233
Binary10011100000101111010101010111111100011110010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138207; }

 p { color: rgb(19,130,7); }

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

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

 a { background-color: rgb(19,130,7); }

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

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

 span { border-color: rgb(19,130,7); }

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