Html Css Color HEX #30A41F Forest Green

📋 copy color: '#30A41F'

red 48 ◦ green 164 ◦ blue 31

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

Shades of Forest Green #30A41F

Tints of Forest Green #30A41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.76%

R = 19.75%
G = 67.49%
B = 12.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#30A41F (or 0x30A41F) is known color: Forest Green. HEX triplet: 30, A4 and 1F. RGB value is (48,164,31). Sum of RGB (Red+Green+Blue) = 48+164+31=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 164 (64.45% from 255 or 67.49% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 164 - color contains mainly: green. Hex color #30A41F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A41F is #CF5BE0. Grayscale: #727272. Windows color (decimal): -13589473 or 2073648. OLE color: 2073648.

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

Color convert

RGB 48 164 31 -
CMYK 0.71 0 0.81 0.36
HSL 112.33º 0.68% 0.38% -
HSV(B) 112.33º 0.81% 0.64% -
XYZ 14.74 27.28 5.78 -
YUV 114.15 81.07 80.81 -
System Red Green Blue C M Y K H S L
Decimal 48 164 31 0.71 0 0.81 0.36 112.33 0.68 0.38
Hex 30 A4 1F 47 0 51 24 70 44 26
Octal 60 244 37 107 0 121 44 160 104 46
Binary 110000 10100100 11111 1000111 0 1010001 100100 1110000 1000100 100110

Color Harmonies of #30A41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A41F

Black with #30A41F

Text Example


Text Example

White with #30A41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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