Html Css Color HEX #1C8225 Forest Green

📋 copy color: '#1C8225'

red 28 ◦ green 130 ◦ blue 37

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

Shades of Forest Green #1C8225

Tints of Forest Green #1C8225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 66.67%

 BLUE value IS 37 (14.84% from 255) = 18.97%

R = 14.36%
G = 66.67%
B = 18.97%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#1C8225 (or 0x1C8225) is known color: Forest Green. HEX triplet: 1C, 82 and 25. RGB value is (28,130,37). Sum of RGB (Red+Green+Blue) = 28+130+37=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 130 (51.17% from 255 or 66.67% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 130 - color contains mainly: green. Hex color #1C8225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8225 is #E37DDA. Grayscale: #595959. Windows color (decimal): -14908891 or 2458140. OLE color: 2458140.

HSL color Cylindrical-coordinate representation of color #1C8225: hue angle of 125.29º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C8225 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 28 130 37 -
CMYK 0.78 0 0.72 0.49
HSL 125.29º 0.65% 0.31% -
HSV(B) 125.29º 0.78% 0.51% -
XYZ 8.8 16.35 4.44 -
YUV 88.9 98.71 84.56 -
System Red Green Blue C M Y K H S L
Decimal 28 130 37 0.78 0 0.72 0.49 125.29 0.65 0.31
Hex 1C 82 25 4E 0 48 31 7D 41 1F
Octal 34 202 45 116 0 110 61 175 101 37
Binary 11100 10000010 100101 1001110 0 1001000 110001 1111101 1000001 11111

Color Harmonies of #1C8225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8225

Black with #1C8225

Text Example


Text Example

White with #1C8225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,130,37); }

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

background-color css

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

 a { background-color: rgb(28,130,37); }

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

border-color css

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

 span { border-color: rgb(28,130,37); }

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