Html Css Color HEX #30A530 Forest Green

📋 copy color: '#30A530'

red 48 ◦ green 165 ◦ blue 48

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

Shades of Forest Green #30A530

Tints of Forest Green #30A530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 63.22%

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

R = 18.39%
G = 63.22%
B = 18.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#30A530 (or 0x30A530) is known color: Forest Green. HEX triplet: 30, A5 and 30. RGB value is (48,165,48). Sum of RGB (Red+Green+Blue) = 48+165+48=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #30A530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A530 is #CF5ACF. Grayscale: #757575. Windows color (decimal): -13589200 or 3188016. OLE color: 3188016.

HSL color Cylindrical-coordinate representation of color #30A530: hue angle of 120º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A530 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 165 48 -
CMYK 0.71 0 0.71 0.35
HSL 120º 0.55% 0.42% -
HSV(B) 120º 0.71% 0.65% -
XYZ 15.21 27.75 7.35 -
YUV 116.68 89.24 79.01 -
System Red Green Blue C M Y K H S L
Decimal 48 165 48 0.71 0 0.71 0.35 120 0.55 0.42
Hex 30 A5 30 47 0 47 23 78 37 2A
Octal 60 245 60 107 0 107 43 170 67 52
Binary 110000 10100101 110000 1000111 0 1000111 100011 1111000 110111 101010

Color Harmonies of #30A530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A530

Black with #30A530

Text Example


Text Example

White with #30A530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,165,48); }

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

background-color css

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

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

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

border-color css

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

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

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