#1C832B

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

Shades of Forest Green #1C832B

Tints of Forest Green #1C832B

Color information

#1C832B (or 0x1C832B) is unknown color: approx Forest Green. HEX triplet: 1C, 83 and 2B. RGB value is (28,131,43). Sum of RGB (Red+Green+Blue) = 28+131+43=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 131 (51.56% from 255 or 64.85% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 131 - color contains mainly: green. Hex color #1C832B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C832B is #E37CD4. Grayscale: #5A5A5A. Windows color (decimal): -14908629 or 2851612. OLE color: 2851612.

HSL color Cylindrical-coordinate representation of color #1C832B: hue angle of 128.74º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C832B is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB2813143-
CMYK0.7900.670.49
HSL128.74º64.78%31.18%-
HSV(B)128.74º78.63%51.37%-
XYZ9.0316.655.02-
YUV90.17101.3883.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.86%
GREEN value IS 131 (51.56% from 255) = 64.85%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=13.86%
G=64.85%
B=21.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28131430.7900.670.49128.7464.7831.18
Hex1C832B4F0433181411f
Octal342035311701036120110137
Binary111001000001110101110011110100001111000110000001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C832B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,131,43); }

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

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

 a { background-color: rgb(28,131,43); }

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

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

 span { border-color: rgb(28,131,43); }

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