#138830

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

Shades of Forest Green #138830

Tints of Forest Green #138830

Color information

#138830 (or 0x138830) is unknown color: approx Forest Green. HEX triplet: 13, 88 and 30. RGB value is (19,136,48). Sum of RGB (Red+Green+Blue) = 19+136+48=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #138830 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138830 is #EC77CF. Grayscale: #5B5B5B. Windows color (decimal): -15497168 or 3180563. OLE color: 3180563.

HSL color Cylindrical-coordinate representation of color #138830: hue angle of 134.87º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138830 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1913648-
CMYK0.8600.650.47
HSL134.87º75.48%30.39%-
HSV(B)134.87º86.03%53.33%-
XYZ9.6117.965.76-
YUV90.98103.7476.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.36%
GREEN value IS 136 (53.52% from 255) = 67.00%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=9.36%
G=67.00%
B=23.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19136480.8600.650.47134.8775.4830.39
Hex138830560412F874b1e
Octal232106012601015720711336
Binary100111000100011000010101100100000110111110000111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138830; }

 p { color: rgb(19,136,48); }

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

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

 a { background-color: rgb(19,136,48); }

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

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

 span { border-color: rgb(19,136,48); }

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