Html Css Color HEX #1C981F Forest Green

📋 copy color: '#1C981F'

red 28 ◦ green 152 ◦ blue 31

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

Shades of Forest Green #1C981F

Tints of Forest Green #1C981F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 72.04%

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

R = 13.27%
G = 72.04%
B = 14.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#1C981F (or 0x1C981F) is known color: Forest Green. HEX triplet: 1C, 98 and 1F. RGB value is (28,152,31). Sum of RGB (Red+Green+Blue) = 28+152+31=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 152 (59.77% from 255 or 72.04% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 152 - color contains mainly: green. Hex color #1C981F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C981F is #E367E0. Grayscale: #656565. Windows color (decimal): -14903265 or 2070556. OLE color: 2070556.

HSL color Cylindrical-coordinate representation of color #1C981F: hue angle of 121.45º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C981F is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 28 152 31 -
CMYK 0.82 0 0.80 0.40
HSL 121.45º 0.69% 0.35% -
HSV(B) 121.45º 0.82% 0.6% -
XYZ 11.95 22.8 5.07 -
YUV 101.13 88.42 75.84 -
System Red Green Blue C M Y K H S L
Decimal 28 152 31 0.82 0 0.80 0.40 121.45 0.69 0.35
Hex 1C 98 1F 52 0 50 28 79 45 23
Octal 34 230 37 122 0 120 50 171 105 43
Binary 11100 10011000 11111 1010010 0 1010000 101000 1111001 1000101 100011

Color Harmonies of #1C981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C981F

Black with #1C981F

Text Example


Text Example

White with #1C981F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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