Html Css Color HEX #30982F Forest Green

📋 copy color: '#30982F'

red 48 ◦ green 152 ◦ blue 47

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

Shades of Forest Green #30982F

Tints of Forest Green #30982F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 61.54%

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 19.43%
G = 61.54%
B = 19.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#30982F (or 0x30982F) is known color: Forest Green. HEX triplet: 30, 98 and 2F. RGB value is (48,152,47). Sum of RGB (Red+Green+Blue) = 48+152+47=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 152 (59.77% from 255 or 61.54% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 152 - color contains mainly: green. Hex color #30982F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30982F is #CF67D0. Grayscale: #6D6D6D. Windows color (decimal): -13592529 or 3119152. OLE color: 3119152.

HSL color Cylindrical-coordinate representation of color #30982F: hue angle of 119.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30982F is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 47 -
CMYK 0.68 0 0.69 0.40
HSL 119.43º 0.53% 0.39% -
HSV(B) 119.43º 0.69% 0.6% -
XYZ 12.96 23.29 6.5 -
YUV 108.93 93.04 84.54 -
System Red Green Blue C M Y K H S L
Decimal 48 152 47 0.68 0 0.69 0.40 119.43 0.53 0.39
Hex 30 98 2F 44 0 45 28 77 35 27
Octal 60 230 57 104 0 105 50 167 65 47
Binary 110000 10011000 101111 1000100 0 1000101 101000 1110111 110101 100111

Color Harmonies of #30982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30982F

Black with #30982F

Text Example


Text Example

White with #30982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30982F; }

 p { color: rgb(48,152,47); }

 H1.HeaderClassName
 {
   color: #30982F;
 }
 .AnyTagClassName
 {
   color: #30982F;
 }
</style>

background-color css

<style>
 a { background-color: #30982F; }

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

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

border-color css

<style>
 span { border-color: #30982F; }

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

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