Html Css Color HEX #1C952A Forest Green

📋 copy color: '#1C952A'

red 28 ◦ green 149 ◦ blue 42

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

Shades of Forest Green #1C952A

Tints of Forest Green #1C952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.18%

R = 12.79%
G = 68.04%
B = 19.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#1C952A (or 0x1C952A) is known color: Forest Green. HEX triplet: 1C, 95 and 2A. RGB value is (28,149,42). Sum of RGB (Red+Green+Blue) = 28+149+42=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 149 (58.59% from 255 or 68.04% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 149 - color contains mainly: green. Hex color #1C952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C952A is #E36AD5. Grayscale: #646464. Windows color (decimal): -14904022 or 2790684. OLE color: 2790684.

HSL color Cylindrical-coordinate representation of color #1C952A: hue angle of 126.94º 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 #1C952A is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 149 42 -
CMYK 0.81 0 0.72 0.42
HSL 126.94º 0.68% 0.35% -
HSV(B) 126.94º 0.81% 0.58% -
XYZ 11.64 21.91 5.81 -
YUV 100.62 94.91 76.2 -
System Red Green Blue C M Y K H S L
Decimal 28 149 42 0.81 0 0.72 0.42 126.94 0.68 0.35
Hex 1C 95 2A 51 0 48 2A 7F 44 23
Octal 34 225 52 121 0 110 52 177 104 43
Binary 11100 10010101 101010 1010001 0 1001000 101010 1111111 1000100 100011

Color Harmonies of #1C952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C952A

Black with #1C952A

Text Example


Text Example

White with #1C952A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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