Html Css Color HEX #30A022 Forest Green

📋 copy color: '#30A022'

red 48 ◦ green 160 ◦ blue 34

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

Shades of Forest Green #30A022

Tints of Forest Green #30A022

RGB

 RED value IS 48 (19.14% from 255) = 19.83%

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

 BLUE value IS 34 (13.67% from 255) = 14.05%

R = 19.83%
G = 66.12%
B = 14.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#30A022 (or 0x30A022) is known color: Forest Green. HEX triplet: 30, A0 and 22. RGB value is (48,160,34). Sum of RGB (Red+Green+Blue) = 48+160+34=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 160 (62.89% from 255 or 66.12% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 160 - color contains mainly: green. Hex color #30A022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A022 is #CF5FDD. Grayscale: #707070. Windows color (decimal): -13590494 or 2269232. OLE color: 2269232.

HSL color Cylindrical-coordinate representation of color #30A022: hue angle of 113.33º degrees, saturation: 0.65, 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 #30A022 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 160 34 -
CMYK 0.70 0 0.79 0.37
HSL 113.33º 0.65% 0.38% -
HSV(B) 113.33º 0.79% 0.63% -
XYZ 14.08 25.89 5.77 -
YUV 112.15 83.89 82.25 -
System Red Green Blue C M Y K H S L
Decimal 48 160 34 0.70 0 0.79 0.37 113.33 0.65 0.38
Hex 30 A0 22 46 0 4F 25 71 41 26
Octal 60 240 42 106 0 117 45 161 101 46
Binary 110000 10100000 100010 1000110 0 1001111 100101 1110001 1000001 100110

Color Harmonies of #30A022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A022

Black with #30A022

Text Example


Text Example

White with #30A022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30A022; }

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

 H1.HeaderClassName
 {
   color: #30A022;
 }
 .AnyTagClassName
 {
   color: #30A022;
 }
</style>

background-color css

<style>
 a { background-color: #30A022; }

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

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

border-color css

<style>
 span { border-color: #30A022; }

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

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