Html Css Color HEX #21AF25 Forest Green

📋 copy color: '#21AF25'

red 33 ◦ green 175 ◦ blue 37

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

Shades of Forest Green #21AF25

Tints of Forest Green #21AF25

RGB

 RED value IS 33 (13.28% from 255) = 13.47%

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

 BLUE value IS 37 (14.84% from 255) = 15.1%

R = 13.47%
G = 71.43%
B = 15.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#21AF25 (or 0x21AF25) is known color: Forest Green. HEX triplet: 21, AF and 25. RGB value is (33,175,37). Sum of RGB (Red+Green+Blue) = 33+175+37=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 175 (68.75% from 255 or 71.43% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AF25 is #DE50DA. Grayscale: #757575. Windows color (decimal): -14569691 or 2469665. OLE color: 2469665.

HSL color Cylindrical-coordinate representation of color #21AF25: hue angle of 121.69º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AF25 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 175 37 -
CMYK 0.81 0 0.79 0.31
HSL 121.69º 0.68% 0.41% -
HSV(B) 121.69º 0.81% 0.69% -
XYZ 16.29 31.12 6.9 -
YUV 116.81 82.96 68.22 -
System Red Green Blue C M Y K H S L
Decimal 33 175 37 0.81 0 0.79 0.31 121.69 0.68 0.41
Hex 21 AF 25 51 0 4F 1F 7A 44 29
Octal 41 257 45 121 0 117 37 172 104 51
Binary 100001 10101111 100101 1010001 0 1001111 11111 1111010 1000100 101001

Color Harmonies of #21AF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AF25

Black with #21AF25

Text Example


Text Example

White with #21AF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21AF25; }

 p { color: rgb(33,175,37); }

 H1.HeaderClassName
 {
   color: #21AF25;
 }
 .AnyTagClassName
 {
   color: #21AF25;
 }
</style>

background-color css

<style>
 a { background-color: #21AF25; }

 a { background-color: rgb(33,175,37); }

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

border-color css

<style>
 span { border-color: #21AF25; }

 span { border-color: rgb(33,175,37); }

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