Html Css Color HEX #1C9514 Forest Green

📋 copy color: '#1C9514'

red 28 ◦ green 149 ◦ blue 20

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

Shades of Forest Green #1C9514

Tints of Forest Green #1C9514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 14.21%
G = 75.63%
B = 10.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#1C9514 (or 0x1C9514) is known color: Forest Green. HEX triplet: 1C, 95 and 14. RGB value is (28,149,20). Sum of RGB (Red+Green+Blue) = 28+149+20=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #1C9514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C9514 is #E36AEB. Grayscale: #626262. Windows color (decimal): -14904044 or 1348892. OLE color: 1348892.

HSL color Cylindrical-coordinate representation of color #1C9514: hue angle of 116.28º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C9514 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 149 20 -
CMYK 0.81 0 0.87 0.42
HSL 116.28º 0.76% 0.33% -
HSV(B) 116.28º 0.87% 0.58% -
XYZ 11.35 21.79 4.27 -
YUV 98.12 83.91 77.99 -
System Red Green Blue C M Y K H S L
Decimal 28 149 20 0.81 0 0.87 0.42 116.28 0.76 0.33
Hex 1C 95 14 51 0 57 2A 74 4C 21
Octal 34 225 24 121 0 127 52 164 114 41
Binary 11100 10010101 10100 1010001 0 1010111 101010 1110100 1001100 100001

Color Harmonies of #1C9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9514

Black with #1C9514

Text Example


Text Example

White with #1C9514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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