Html Css Color HEX #21A030 Forest Green

📋 copy color: '#21A030'

red 33 ◦ green 160 ◦ blue 48

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

Shades of Forest Green #21A030

Tints of Forest Green #21A030

RGB

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

 GREEN value IS 160 (62.89% from 255) = 66.39%

 BLUE value IS 48 (19.14% from 255) = 19.92%

R = 13.69%
G = 66.39%
B = 19.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#21A030 (or 0x21A030) is known color: Forest Green. HEX triplet: 21, A0 and 30. RGB value is (33,160,48). Sum of RGB (Red+Green+Blue) = 33+160+48=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #21A030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A030 is #DE5FCF. Grayscale: #6D6D6D. Windows color (decimal): -14573520 or 3186721. OLE color: 3186721.

HSL color Cylindrical-coordinate representation of color #21A030: hue angle of 127.09º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A030 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 160 48 -
CMYK 0.79 0 0.70 0.37
HSL 127.09º 0.66% 0.38% -
HSV(B) 127.09º 0.79% 0.63% -
XYZ 13.73 25.68 7.03 -
YUV 109.26 93.42 73.61 -
System Red Green Blue C M Y K H S L
Decimal 33 160 48 0.79 0 0.70 0.37 127.09 0.66 0.38
Hex 21 A0 30 4F 0 46 25 7F 42 26
Octal 41 240 60 117 0 106 45 177 102 46
Binary 100001 10100000 110000 1001111 0 1000110 100101 1111111 1000010 100110

Color Harmonies of #21A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A030

Black with #21A030

Text Example


Text Example

White with #21A030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,160,48); }

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

background-color css

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

 a { background-color: rgb(33,160,48); }

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

border-color css

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

 span { border-color: rgb(33,160,48); }

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