Html Css Color HEX #1CA528 Forest Green

📋 copy color: '#1CA528'

red 28 ◦ green 165 ◦ blue 40

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

Shades of Forest Green #1CA528

Tints of Forest Green #1CA528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 12.02%
G = 70.82%
B = 17.17%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#1CA528 (or 0x1CA528) is known color: Forest Green. HEX triplet: 1C, A5 and 28. RGB value is (28,165,40). Sum of RGB (Red+Green+Blue) = 28+165+40=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA528 is #E35AD7. Grayscale: #6E6E6E. Windows color (decimal): -14899928 or 2663708. OLE color: 2663708.

HSL color Cylindrical-coordinate representation of color #1CA528: hue angle of 125.26º 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 #1CA528 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 28 165 40 -
CMYK 0.83 0 0.76 0.35
HSL 125.26º 0.71% 0.38% -
HSV(B) 125.26º 0.83% 0.65% -
XYZ 14.32 27.31 6.52 -
YUV 109.79 88.61 69.66 -
System Red Green Blue C M Y K H S L
Decimal 28 165 40 0.83 0 0.76 0.35 125.26 0.71 0.38
Hex 1C A5 28 53 0 4C 23 7D 47 26
Octal 34 245 50 123 0 114 43 175 107 46
Binary 11100 10100101 101000 1010011 0 1001100 100011 1111101 1000111 100110

Color Harmonies of #1CA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA528

Black with #1CA528

Text Example


Text Example

White with #1CA528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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