Html Css Color HEX #1CA515 Forest Green

📋 copy color: '#1CA515'

red 28 ◦ green 165 ◦ blue 21

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

Shades of Forest Green #1CA515

Tints of Forest Green #1CA515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.81%

R = 13.08%
G = 77.1%
B = 9.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#1CA515 (or 0x1CA515) is known color: Forest Green. HEX triplet: 1C, A5 and 15. RGB value is (28,165,21). Sum of RGB (Red+Green+Blue) = 28+165+21=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 165 (64.84% from 255 or 77.10% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA515 is #E35AEA. Grayscale: #6C6C6C. Windows color (decimal): -14899947 or 1418524. OLE color: 1418524.

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

Color convert

RGB 28 165 21 -
CMYK 0.83 0 0.87 0.35
HSL 117.08º 0.77% 0.36% -
HSV(B) 117.08º 0.87% 0.65% -
XYZ 14.07 27.21 5.22 -
YUV 107.62 79.11 71.21 -
System Red Green Blue C M Y K H S L
Decimal 28 165 21 0.83 0 0.87 0.35 117.08 0.77 0.36
Hex 1C A5 15 53 0 57 23 75 4D 24
Octal 34 245 25 123 0 127 43 165 115 44
Binary 11100 10100101 10101 1010011 0 1010111 100011 1110101 1001101 100100

Color Harmonies of #1CA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA515

Black with #1CA515

Text Example


Text Example

White with #1CA515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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