Html Css Color HEX #30A825 Forest Green

📋 copy color: '#30A825'

red 48 ◦ green 168 ◦ blue 37

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

Shades of Forest Green #30A825

Tints of Forest Green #30A825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 66.4%

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

R = 18.97%
G = 66.4%
B = 14.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#30A825 (or 0x30A825) is known color: Forest Green. HEX triplet: 30, A8 and 25. RGB value is (48,168,37). Sum of RGB (Red+Green+Blue) = 48+168+37=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 168 (66.02% from 255 or 66.40% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 168 - color contains mainly: green. Hex color #30A825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A825 is #CF57DA. Grayscale: #757575. Windows color (decimal): -13588443 or 2467888. OLE color: 2467888.

HSL color Cylindrical-coordinate representation of color #30A825: hue angle of 114.96º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30A825 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 48 168 37 -
CMYK 0.71 0 0.78 0.34
HSL 114.96º 0.64% 0.4% -
HSV(B) 114.96º 0.78% 0.66% -
XYZ 15.56 28.77 6.48 -
YUV 117.19 82.74 78.65 -
System Red Green Blue C M Y K H S L
Decimal 48 168 37 0.71 0 0.78 0.34 114.96 0.64 0.4
Hex 30 A8 25 47 0 4E 22 73 40 28
Octal 60 250 45 107 0 116 42 163 100 50
Binary 110000 10101000 100101 1000111 0 1001110 100010 1110011 1000000 101000

Color Harmonies of #30A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A825

Black with #30A825

Text Example


Text Example

White with #30A825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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