Html Css Color HEX #30A52A Forest Green

📋 copy color: '#30A52A'

red 48 ◦ green 165 ◦ blue 42

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

Shades of Forest Green #30A52A

Tints of Forest Green #30A52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 18.82%
G = 64.71%
B = 16.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#30A52A (or 0x30A52A) is known color: Forest Green. HEX triplet: 30, A5 and 2A. RGB value is (48,165,42). Sum of RGB (Red+Green+Blue) = 48+165+42=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 165 (64.84% from 255 or 64.71% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 165 - color contains mainly: green. Hex color #30A52A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A52A is #CF5AD5. Grayscale: #747474. Windows color (decimal): -13589206 or 2794800. OLE color: 2794800.

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

Color convert

RGB 48 165 42 -
CMYK 0.71 0 0.75 0.35
HSL 117.07º 0.59% 0.41% -
HSV(B) 117.07º 0.75% 0.65% -
XYZ 15.09 27.71 6.74 -
YUV 116 86.24 79.5 -
System Red Green Blue C M Y K H S L
Decimal 48 165 42 0.71 0 0.75 0.35 117.07 0.59 0.41
Hex 30 A5 2A 47 0 4B 23 75 3B 29
Octal 60 245 52 107 0 113 43 165 73 51
Binary 110000 10100101 101010 1000111 0 1001011 100011 1110101 111011 101001

Color Harmonies of #30A52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A52A

Black with #30A52A

Text Example


Text Example

White with #30A52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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