Html Css Color HEX #1C8521 Forest Green

📋 copy color: '#1C8521'

red 28 ◦ green 133 ◦ blue 33

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

Shades of Forest Green #1C8521

Tints of Forest Green #1C8521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.01%

R = 14.43%
G = 68.56%
B = 17.01%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#1C8521 (or 0x1C8521) is known color: Forest Green. HEX triplet: 1C, 85 and 21. RGB value is (28,133,33). Sum of RGB (Red+Green+Blue) = 28+133+33=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8521 is #E37ADE. Grayscale: #5A5A5A. Windows color (decimal): -14908127 or 2196764. OLE color: 2196764.

HSL color Cylindrical-coordinate representation of color #1C8521: hue angle of 122.86º 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 #1C8521 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 133 33 -
CMYK 0.79 0 0.75 0.48
HSL 122.86º 0.65% 0.32% -
HSV(B) 122.86º 0.79% 0.52% -
XYZ 9.14 17.13 4.26 -
YUV 90.21 95.71 83.63 -
System Red Green Blue C M Y K H S L
Decimal 28 133 33 0.79 0 0.75 0.48 122.86 0.65 0.32
Hex 1C 85 21 4F 0 4B 30 7B 41 20
Octal 34 205 41 117 0 113 60 173 101 40
Binary 11100 10000101 100001 1001111 0 1001011 110000 1111011 1000001 100000

Color Harmonies of #1C8521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8521

Black with #1C8521

Text Example


Text Example

White with #1C8521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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