Html Css Color HEX #1CAF15 Forest Green

📋 copy color: '#1CAF15'

red 28 ◦ green 175 ◦ blue 21

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

Shades of Forest Green #1CAF15

Tints of Forest Green #1CAF15

RGB

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

 GREEN value IS 175 (68.75% from 255) = 78.13%

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

R = 12.5%
G = 78.13%
B = 9.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#1CAF15 (or 0x1CAF15) is known color: Forest Green. HEX triplet: 1C, AF and 15. RGB value is (28,175,21). Sum of RGB (Red+Green+Blue) = 28+175+21=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 175 (68.75% from 255 or 78.12% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAF15 is #E350EA. Grayscale: #717171. Windows color (decimal): -14897387 or 1421084. OLE color: 1421084.

HSL color Cylindrical-coordinate representation of color #1CAF15: hue angle of 117.27º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CAF15 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 175 21 -
CMYK 0.84 0 0.88 0.31
HSL 117.27º 0.79% 0.38% -
HSV(B) 117.27º 0.88% 0.69% -
XYZ 15.94 30.96 5.85 -
YUV 113.49 75.8 67.02 -
System Red Green Blue C M Y K H S L
Decimal 28 175 21 0.84 0 0.88 0.31 117.27 0.79 0.38
Hex 1C AF 15 54 0 58 1F 75 4F 26
Octal 34 257 25 124 0 130 37 165 117 46
Binary 11100 10101111 10101 1010100 0 1011000 11111 1110101 1001111 100110

Color Harmonies of #1CAF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAF15

Black with #1CAF15

Text Example


Text Example

White with #1CAF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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