Html Css Color HEX #1C881F Forest Green

📋 copy color: '#1C881F'

red 28 ◦ green 136 ◦ blue 31

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

Shades of Forest Green #1C881F

Tints of Forest Green #1C881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 69.74%

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

R = 14.36%
G = 69.74%
B = 15.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#1C881F (or 0x1C881F) is known color: Forest Green. HEX triplet: 1C, 88 and 1F. RGB value is (28,136,31). Sum of RGB (Red+Green+Blue) = 28+136+31=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 136 (53.52% from 255 or 69.74% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 136 - color contains mainly: green. Hex color #1C881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C881F is #E377E0. Grayscale: #5C5C5C. Windows color (decimal): -14907361 or 2066460. OLE color: 2066460.

HSL color Cylindrical-coordinate representation of color #1C881F: hue angle of 121.67º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C881F is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 28 136 31 -
CMYK 0.79 0 0.77 0.47
HSL 121.67º 0.66% 0.32% -
HSV(B) 121.67º 0.79% 0.53% -
XYZ 9.53 17.95 4.26 -
YUV 91.74 93.72 82.54 -
System Red Green Blue C M Y K H S L
Decimal 28 136 31 0.79 0 0.77 0.47 121.67 0.66 0.32
Hex 1C 88 1F 4F 0 4D 2F 7A 42 20
Octal 34 210 37 117 0 115 57 172 102 40
Binary 11100 10001000 11111 1001111 0 1001101 101111 1111010 1000010 100000

Color Harmonies of #1C881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C881F

Black with #1C881F

Text Example


Text Example

White with #1C881F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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