Html Css Color HEX #28AF1C Forest Green

📋 copy color: '#28AF1C'

red 40 ◦ green 175 ◦ blue 28

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

Shades of Forest Green #28AF1C

Tints of Forest Green #28AF1C

RGB

 RED value IS 40 (16.02% from 255) = 16.46%

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

 BLUE value IS 28 (11.33% from 255) = 11.52%

R = 16.46%
G = 72.02%
B = 11.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#28AF1C (or 0x28AF1C) is known color: Forest Green. HEX triplet: 28, AF and 1C. RGB value is (40,175,28). Sum of RGB (Red+Green+Blue) = 40+175+28=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF1C is #D750E3. Grayscale: #767676. Windows color (decimal): -14110948 or 1879848. OLE color: 1879848.

HSL color Cylindrical-coordinate representation of color #28AF1C: hue angle of 115.1º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28AF1C is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 175 28 -
CMYK 0.77 0 0.84 0.31
HSL 115.1º 0.72% 0.4% -
HSV(B) 115.1º 0.84% 0.69% -
XYZ 16.41 31.19 6.25 -
YUV 117.88 77.27 72.45 -
System Red Green Blue C M Y K H S L
Decimal 40 175 28 0.77 0 0.84 0.31 115.1 0.72 0.4
Hex 28 AF 1C 4D 0 54 1F 73 48 28
Octal 50 257 34 115 0 124 37 163 110 50
Binary 101000 10101111 11100 1001101 0 1010100 11111 1110011 1001000 101000

Color Harmonies of #28AF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF1C

Black with #28AF1C

Text Example


Text Example

White with #28AF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28AF1C; }

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

 H1.HeaderClassName
 {
   color: #28AF1C;
 }
 .AnyTagClassName
 {
   color: #28AF1C;
 }
</style>

background-color css

<style>
 a { background-color: #28AF1C; }

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

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

border-color css

<style>
 span { border-color: #28AF1C; }

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

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