Html Css Color HEX #1C950F Forest Green

📋 copy color: '#1C950F'

red 28 ◦ green 149 ◦ blue 15

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

Shades of Forest Green #1C950F

Tints of Forest Green #1C950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 77.6%

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 14.58%
G = 77.6%
B = 7.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#1C950F (or 0x1C950F) is known color: Forest Green. HEX triplet: 1C, 95 and 0F. RGB value is (28,149,15). Sum of RGB (Red+Green+Blue) = 28+149+15=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 149 (58.59% from 255 or 77.60% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 149 - color contains mainly: green. Hex color #1C950F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C950F is #E36AF0. Grayscale: #616161. Windows color (decimal): -14904049 or 1021212. OLE color: 1021212.

HSL color Cylindrical-coordinate representation of color #1C950F: hue angle of 114.18º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C950F is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 149 15 -
CMYK 0.81 0 0.90 0.42
HSL 114.18º 0.82% 0.32% -
HSV(B) 114.18º 0.9% 0.58% -
XYZ 11.31 21.78 4.06 -
YUV 97.55 81.41 78.4 -
System Red Green Blue C M Y K H S L
Decimal 28 149 15 0.81 0 0.90 0.42 114.18 0.82 0.32
Hex 1C 95 F 51 0 5A 2A 72 52 20
Octal 34 225 17 121 0 132 52 162 122 40
Binary 11100 10010101 1111 1010001 0 1011010 101010 1110010 1010010 100000

Color Harmonies of #1C950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C950F

Black with #1C950F

Text Example


Text Example

White with #1C950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,149,15); }

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

background-color css

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

 a { background-color: rgb(28,149,15); }

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

border-color css

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

 span { border-color: rgb(28,149,15); }

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