#108C30

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

Shades of Forest Green #108C30

Tints of Forest Green #108C30

Color information

#108C30 (or 0x108C30) is unknown color: approx Forest Green. HEX triplet: 10, 8C and 30. RGB value is (16,140,48). Sum of RGB (Red+Green+Blue) = 16+140+48=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 140 (55.08% from 255 or 68.63% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 140 - color contains mainly: green. Hex color #108C30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108C30 is #EF73CF. Grayscale: #5C5C5C. Windows color (decimal): -15692752 or 3181584. OLE color: 3181584.

HSL color Cylindrical-coordinate representation of color #108C30: hue angle of 135.48º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108C30 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB1614048-
CMYK0.8900.660.45
HSL135.48º79.49%30.59%-
HSV(B)135.48º88.57%54.9%-
XYZ10.1319.085.95-
YUV92.44102.9273.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.84%
GREEN value IS 140 (55.08% from 255) = 68.63%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=7.84%
G=68.63%
B=23.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16140480.8900.660.45135.4879.4930.59
Hex108C30590422D874f1f
Octal202146013101025520711737
Binary100001000110011000010110010100001010110110000111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108C30; }

 p { color: rgb(16,140,48); }

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

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

 a { background-color: rgb(16,140,48); }

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

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

 span { border-color: rgb(16,140,48); }

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