Html Css Color HEX #1C9532 Forest Green

📋 copy color: '#1C9532'

red 28 ◦ green 149 ◦ blue 50

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

Shades of Forest Green #1C9532

Tints of Forest Green #1C9532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 12.33%
G = 65.64%
B = 22.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#1C9532 (or 0x1C9532) is known color: Forest Green. HEX triplet: 1C, 95 and 32. RGB value is (28,149,50). Sum of RGB (Red+Green+Blue) = 28+149+50=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 149 (58.59% from 255 or 65.64% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 149 - color contains mainly: green. Hex color #1C9532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9532 is #E36ACD. Grayscale: #656565. Windows color (decimal): -14904014 or 3314972. OLE color: 3314972.

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

Color convert

RGB 28 149 50 -
CMYK 0.81 0 0.66 0.42
HSL 130.91º 0.68% 0.35% -
HSV(B) 130.91º 0.81% 0.58% -
XYZ 11.8 21.97 6.64 -
YUV 101.54 98.91 75.55 -
System Red Green Blue C M Y K H S L
Decimal 28 149 50 0.81 0 0.66 0.42 130.91 0.68 0.35
Hex 1C 95 32 51 0 42 2A 83 44 23
Octal 34 225 62 121 0 102 52 203 104 43
Binary 11100 10010101 110010 1010001 0 1000010 101010 10000011 1000100 100011

Color Harmonies of #1C9532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9532

Black with #1C9532

Text Example


Text Example

White with #1C9532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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