Html Css Color HEX #1C8529 Forest Green

📋 copy color: '#1C8529'

red 28 ◦ green 133 ◦ blue 41

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

Shades of Forest Green #1C8529

Tints of Forest Green #1C8529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.84%

 BLUE value IS 41 (16.41% from 255) = 20.3%

R = 13.86%
G = 65.84%
B = 20.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#1C8529 (or 0x1C8529) is known color: Forest Green. HEX triplet: 1C, 85 and 29. RGB value is (28,133,41). Sum of RGB (Red+Green+Blue) = 28+133+41=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8529 is #E37AD6. Grayscale: #5B5B5B. Windows color (decimal): -14908119 or 2721052. OLE color: 2721052.

HSL color Cylindrical-coordinate representation of color #1C8529: hue angle of 127.43º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8529 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 133 41 -
CMYK 0.79 0 0.69 0.48
HSL 127.43º 0.65% 0.32% -
HSV(B) 127.43º 0.79% 0.52% -
XYZ 9.27 17.18 4.93 -
YUV 91.12 99.71 82.98 -
System Red Green Blue C M Y K H S L
Decimal 28 133 41 0.79 0 0.69 0.48 127.43 0.65 0.32
Hex 1C 85 29 4F 0 45 30 7F 41 20
Octal 34 205 51 117 0 105 60 177 101 40
Binary 11100 10000101 101001 1001111 0 1000101 110000 1111111 1000001 100000

Color Harmonies of #1C8529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8529

Black with #1C8529

Text Example


Text Example

White with #1C8529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,133,41); }

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

background-color css

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

 a { background-color: rgb(28,133,41); }

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

border-color css

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

 span { border-color: rgb(28,133,41); }

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