Html Css Color HEX #30980F Forest Green

📋 copy color: '#30980F'

red 48 ◦ green 152 ◦ blue 15

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

Shades of Forest Green #30980F

Tints of Forest Green #30980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.98%

R = 22.33%
G = 70.7%
B = 6.98%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#30980F (or 0x30980F) is known color: Forest Green. HEX triplet: 30, 98 and 0F. RGB value is (48,152,15). Sum of RGB (Red+Green+Blue) = 48+152+15=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 152 (59.77% from 255 or 70.70% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 152 - color contains mainly: green. Hex color #30980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30980F is #CF67F0. Grayscale: #696969. Windows color (decimal): -13592561 or 1022000. OLE color: 1022000.

HSL color Cylindrical-coordinate representation of color #30980F: hue angle of 105.55º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30980F is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 15 -
CMYK 0.68 0 0.90 0.40
HSL 105.55º 0.82% 0.33% -
HSV(B) 105.55º 0.9% 0.6% -
XYZ 12.53 23.12 4.25 -
YUV 105.29 77.04 87.14 -
System Red Green Blue C M Y K H S L
Decimal 48 152 15 0.68 0 0.90 0.40 105.55 0.82 0.33
Hex 30 98 F 44 0 5A 28 6A 52 21
Octal 60 230 17 104 0 132 50 152 122 41
Binary 110000 10011000 1111 1000100 0 1011010 101000 1101010 1010010 100001

Color Harmonies of #30980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30980F

Black with #30980F

Text Example


Text Example

White with #30980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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