Html Css Color HEX #1C821F Forest Green

📋 copy color: '#1C821F'

red 28 ◦ green 130 ◦ blue 31

#1C821F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #1C821F

Tints of Forest Green #1C821F

RGB

 RED value IS 28 (11.33% from 255) = 14.81%

 GREEN value IS 130 (51.17% from 255) = 68.78%

 BLUE value IS 31 (12.5% from 255) = 16.4%

R = 14.81%
G = 68.78%
B = 16.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#1C821F (or 0x1C821F) is known color: Forest Green. HEX triplet: 1C, 82 and 1F. RGB value is (28,130,31). Sum of RGB (Red+Green+Blue) = 28+130+31=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #1C821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C821F is #E37DE0. Grayscale: #585858. Windows color (decimal): -14908897 or 2064924. OLE color: 2064924.

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

Color convert

RGB 28 130 31 -
CMYK 0.78 0 0.76 0.49
HSL 121.76º 0.65% 0.31% -
HSV(B) 121.76º 0.78% 0.51% -
XYZ 8.71 16.31 3.99 -
YUV 88.22 95.71 85.05 -
System Red Green Blue C M Y K H S L
Decimal 28 130 31 0.78 0 0.76 0.49 121.76 0.65 0.31
Hex 1C 82 1F 4E 0 4C 31 7A 41 1F
Octal 34 202 37 116 0 114 61 172 101 37
Binary 11100 10000010 11111 1001110 0 1001100 110001 1111010 1000001 11111

Color Harmonies of #1C821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C821F

Black with #1C821F

Text Example


Text Example

White with #1C821F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,130,31); }

 H1.HeaderClassName
 {
   color: #1C821F;
 }
 .AnyTagClassName
 {
   color: #1C821F;
 }
</style>

background-color css

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

 a { background-color: rgb(28,130,31); }

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

border-color css

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

 span { border-color: rgb(28,130,31); }

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