Html Css Color HEX #30A52D Forest Green

📋 copy color: '#30A52D'

red 48 ◦ green 165 ◦ blue 45

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

Shades of Forest Green #30A52D

Tints of Forest Green #30A52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.44%

R = 18.6%
G = 63.95%
B = 17.44%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#30A52D (or 0x30A52D) is known color: Forest Green. HEX triplet: 30, A5 and 2D. RGB value is (48,165,45). Sum of RGB (Red+Green+Blue) = 48+165+45=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #30A52D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A52D is #CF5AD2. Grayscale: #747474. Windows color (decimal): -13589203 or 2991408. OLE color: 2991408.

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

Color convert

RGB 48 165 45 -
CMYK 0.71 0 0.73 0.35
HSL 118.5º 0.57% 0.41% -
HSV(B) 118.5º 0.73% 0.65% -
XYZ 15.15 27.73 7.04 -
YUV 116.34 87.74 79.26 -
System Red Green Blue C M Y K H S L
Decimal 48 165 45 0.71 0 0.73 0.35 118.5 0.57 0.41
Hex 30 A5 2D 47 0 49 23 76 39 29
Octal 60 245 55 107 0 111 43 166 71 51
Binary 110000 10100101 101101 1000111 0 1001001 100011 1110110 111001 101001

Color Harmonies of #30A52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A52D

Black with #30A52D

Text Example


Text Example

White with #30A52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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