Html Css Color HEX #1CAD1E Forest Green

📋 copy color: '#1CAD1E'

red 28 ◦ green 173 ◦ blue 30

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

Shades of Forest Green #1CAD1E

Tints of Forest Green #1CAD1E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 74.89%

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 12.12%
G = 74.89%
B = 12.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#1CAD1E (or 0x1CAD1E) is known color: Forest Green. HEX triplet: 1C, AD and 1E. RGB value is (28,173,30). Sum of RGB (Red+Green+Blue) = 28+173+30=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 173 (67.97% from 255 or 74.89% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAD1E is #E352E1. Grayscale: #717171. Windows color (decimal): -14897890 or 2010396. OLE color: 2010396.

HSL color Cylindrical-coordinate representation of color #1CAD1E: hue angle of 120.83º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAD1E is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 173 30 -
CMYK 0.84 0 0.83 0.32
HSL 120.83º 0.72% 0.39% -
HSV(B) 120.83º 0.84% 0.68% -
XYZ 15.66 30.23 6.24 -
YUV 113.34 80.96 67.13 -
System Red Green Blue C M Y K H S L
Decimal 28 173 30 0.84 0 0.83 0.32 120.83 0.72 0.39
Hex 1C AD 1E 54 0 53 20 79 48 27
Octal 34 255 36 124 0 123 40 171 110 47
Binary 11100 10101101 11110 1010100 0 1010011 100000 1111001 1001000 100111

Color Harmonies of #1CAD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD1E

Black with #1CAD1E

Text Example


Text Example

White with #1CAD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,173,30); }

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

background-color css

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

 a { background-color: rgb(28,173,30); }

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

border-color css

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

 span { border-color: rgb(28,173,30); }

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