Html Css Color HEX #30A414 Forest Green

📋 copy color: '#30A414'

red 48 ◦ green 164 ◦ blue 20

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

Shades of Forest Green #30A414

Tints of Forest Green #30A414

RGB

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

 GREEN value IS 164 (64.45% from 255) = 70.69%

 BLUE value IS 20 (8.2% from 255) = 8.62%

R = 20.69%
G = 70.69%
B = 8.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#30A414 (or 0x30A414) is known color: Forest Green. HEX triplet: 30, A4 and 14. RGB value is (48,164,20). Sum of RGB (Red+Green+Blue) = 48+164+20=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 164 (64.45% from 255 or 70.69% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 164 - color contains mainly: green. Hex color #30A414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A414 is #CF5BEB. Grayscale: #717171. Windows color (decimal): -13589484 or 1352752. OLE color: 1352752.

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

Color convert

RGB 48 164 20 -
CMYK 0.71 0 0.88 0.36
HSL 108.33º 0.78% 0.36% -
HSV(B) 108.33º 0.88% 0.64% -
XYZ 14.62 27.23 5.15 -
YUV 112.9 75.57 81.71 -
System Red Green Blue C M Y K H S L
Decimal 48 164 20 0.71 0 0.88 0.36 108.33 0.78 0.36
Hex 30 A4 14 47 0 58 24 6C 4E 24
Octal 60 244 24 107 0 130 44 154 116 44
Binary 110000 10100100 10100 1000111 0 1011000 100100 1101100 1001110 100100

Color Harmonies of #30A414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A414

Black with #30A414

Text Example


Text Example

White with #30A414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,164,20); }

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

background-color css

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

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

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

border-color css

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

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

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