Html Css Color HEX #1C960F Forest Green

📋 copy color: '#1C960F'

red 28 ◦ green 150 ◦ blue 15

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

Shades of Forest Green #1C960F

Tints of Forest Green #1C960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 77.72%

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

R = 14.51%
G = 77.72%
B = 7.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#1C960F (or 0x1C960F) is known color: Forest Green. HEX triplet: 1C, 96 and 0F. RGB value is (28,150,15). Sum of RGB (Red+Green+Blue) = 28+150+15=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 150 (58.98% from 255 or 77.72% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 150 - color contains mainly: green. Hex color #1C960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C960F is #E369F0. Grayscale: #626262. Windows color (decimal): -14903793 or 1021468. OLE color: 1021468.

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

Color convert

RGB 28 150 15 -
CMYK 0.81 0 0.9 0.41
HSL 114.22º 0.82% 0.32% -
HSV(B) 114.22º 0.9% 0.59% -
XYZ 11.47 22.09 4.11 -
YUV 98.13 81.08 77.98 -
System Red Green Blue C M Y K H S L
Decimal 28 150 15 0.81 0 0.9 0.41 114.22 0.82 0.32
Hex 1C 96 F 51 0 5A 29 72 52 20
Octal 34 226 17 121 0 132 51 162 122 40
Binary 11100 10010110 1111 1010001 0 1011010 101001 1110010 1010010 100000

Color Harmonies of #1C960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C960F

Black with #1C960F

Text Example


Text Example

White with #1C960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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