#1C8B0D

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

Shades of Forest Green #1C8B0D

Tints of Forest Green #1C8B0D

Color information

#1C8B0D (or 0x1C8B0D) is unknown color: approx Forest Green. HEX triplet: 1C, 8B and 0D. RGB value is (28,139,13). Sum of RGB (Red+Green+Blue) = 28+139+13=180 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.56% from 180); Green value is 139 (54.69% from 255 or 77.22% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 139 - color contains mainly: green. Hex color #1C8B0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8B0D is #E374F2. Grayscale: #5B5B5B. Windows color (decimal): -14906611 or 887580. OLE color: 887580.

HSL color Cylindrical-coordinate representation of color #1C8B0D: hue angle of 112.86º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C8B0D is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB2813913-
CMYK0.8000.910.45
HSL112.86º82.89%29.8%-
HSV(B)112.86º90.65%54.51%-
XYZ9.7818.743.48-
YUV91.4583.7382.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.56%
GREEN value IS 139 (54.69% from 255) = 77.22%
BLUE value IS 13 (5.47% from 255) = 7.22%
R=15.56%
G=77.22%
B=7.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28139130.8000.910.45112.8682.8929.8
Hex1C8BD5005B2D71531e
Octal342131512001335516112336
Binary111001000101111011010000010110111011011110001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C8B0D; }

 p { color: rgb(28,139,13); }

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

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

 a { background-color: rgb(28,139,13); }

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

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

 span { border-color: rgb(28,139,13); }

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