Html Css Color HEX #1CA52C Forest Green

📋 copy color: '#1CA52C'

red 28 ◦ green 165 ◦ blue 44

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

Shades of Forest Green #1CA52C

Tints of Forest Green #1CA52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 69.62%

 BLUE value IS 44 (17.58% from 255) = 18.57%

R = 11.81%
G = 69.62%
B = 18.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#1CA52C (or 0x1CA52C) is known color: Forest Green. HEX triplet: 1C, A5 and 2C. RGB value is (28,165,44). Sum of RGB (Red+Green+Blue) = 28+165+44=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 165 (64.84% from 255 or 69.62% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA52C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA52C is #E35AD3. Grayscale: #6E6E6E. Windows color (decimal): -14899924 or 2925852. OLE color: 2925852.

HSL color Cylindrical-coordinate representation of color #1CA52C: hue angle of 127.01º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA52C is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 28 165 44 -
CMYK 0.83 0 0.73 0.35
HSL 127.01º 0.71% 0.38% -
HSV(B) 127.01º 0.83% 0.65% -
XYZ 14.39 27.34 6.9 -
YUV 110.24 90.61 69.34 -
System Red Green Blue C M Y K H S L
Decimal 28 165 44 0.83 0 0.73 0.35 127.01 0.71 0.38
Hex 1C A5 2C 53 0 49 23 7F 47 26
Octal 34 245 54 123 0 111 43 177 107 46
Binary 11100 10100101 101100 1010011 0 1001001 100011 1111111 1000111 100110

Color Harmonies of #1CA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA52C

Black with #1CA52C

Text Example


Text Example

White with #1CA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,165,44); }

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

background-color css

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

 a { background-color: rgb(28,165,44); }

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

border-color css

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

 span { border-color: rgb(28,165,44); }

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