Html Css Color HEX #30A125 Forest Green

📋 copy color: '#30A125'

red 48 ◦ green 161 ◦ blue 37

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

Shades of Forest Green #30A125

Tints of Forest Green #30A125

RGB

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

 GREEN value IS 161 (63.28% from 255) = 65.45%

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

R = 19.51%
G = 65.45%
B = 15.04%

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

#30A125 (or 0x30A125) is known color: Forest Green. HEX triplet: 30, A1 and 25. RGB value is (48,161,37). Sum of RGB (Red+Green+Blue) = 48+161+37=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 161 (63.28% from 255 or 65.45% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 161 - color contains mainly: green. Hex color #30A125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A125 is #CF5EDA. Grayscale: #717171. Windows color (decimal): -13590235 or 2466096. OLE color: 2466096.

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

Color convert

RGB 48 161 37 -
CMYK 0.70 0 0.77 0.37
HSL 114.68º 0.63% 0.39% -
HSV(B) 114.68º 0.77% 0.63% -
XYZ 14.3 26.25 6.06 -
YUV 113.08 85.06 81.58 -
System Red Green Blue C M Y K H S L
Decimal 48 161 37 0.70 0 0.77 0.37 114.68 0.63 0.39
Hex 30 A1 25 46 0 4D 25 73 3F 27
Octal 60 241 45 106 0 115 45 163 77 47
Binary 110000 10100001 100101 1000110 0 1001101 100101 1110011 111111 100111

Color Harmonies of #30A125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A125

Black with #30A125

Text Example


Text Example

White with #30A125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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