Html Css Color HEX #30A025 Forest Green

📋 copy color: '#30A025'

red 48 ◦ green 160 ◦ blue 37

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

Shades of Forest Green #30A025

Tints of Forest Green #30A025

RGB

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

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

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

R = 19.59%
G = 65.31%
B = 15.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#30A025 (or 0x30A025) is known color: Forest Green. HEX triplet: 30, A0 and 25. RGB value is (48,160,37). Sum of RGB (Red+Green+Blue) = 48+160+37=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #30A025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A025 is #CF5FDA. Grayscale: #707070. Windows color (decimal): -13590491 or 2465840. OLE color: 2465840.

HSL color Cylindrical-coordinate representation of color #30A025: hue angle of 114.63º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30A025 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 160 37 -
CMYK 0.70 0 0.77 0.37
HSL 114.63º 0.62% 0.39% -
HSV(B) 114.63º 0.77% 0.63% -
XYZ 14.12 25.9 6.01 -
YUV 112.49 85.39 82 -
System Red Green Blue C M Y K H S L
Decimal 48 160 37 0.70 0 0.77 0.37 114.63 0.62 0.39
Hex 30 A0 25 46 0 4D 25 73 3E 27
Octal 60 240 45 106 0 115 45 163 76 47
Binary 110000 10100000 100101 1000110 0 1001101 100101 1110011 111110 100111

Color Harmonies of #30A025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A025

Black with #30A025

Text Example


Text Example

White with #30A025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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