Html Css Color HEX #30980D Forest Green

📋 copy color: '#30980D'

red 48 ◦ green 152 ◦ blue 13

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

Shades of Forest Green #30980D

Tints of Forest Green #30980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.1%

R = 22.54%
G = 71.36%
B = 6.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#30980D (or 0x30980D) is known color: Forest Green. HEX triplet: 30, 98 and 0D. RGB value is (48,152,13). Sum of RGB (Red+Green+Blue) = 48+152+13=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 152 (59.77% from 255 or 71.36% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 152 - color contains mainly: green. Hex color #30980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30980D is #CF67F2. Grayscale: #696969. Windows color (decimal): -13592563 or 890928. OLE color: 890928.

HSL color Cylindrical-coordinate representation of color #30980D: hue angle of 104.89º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30980D is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 13 -
CMYK 0.68 0 0.91 0.40
HSL 104.89º 0.84% 0.32% -
HSV(B) 104.89º 0.91% 0.6% -
XYZ 12.52 23.11 4.18 -
YUV 105.06 76.04 87.3 -
System Red Green Blue C M Y K H S L
Decimal 48 152 13 0.68 0 0.91 0.40 104.89 0.84 0.32
Hex 30 98 D 44 0 5B 28 69 54 20
Octal 60 230 15 104 0 133 50 151 124 40
Binary 110000 10011000 1101 1000100 0 1011011 101000 1101001 1010100 100000

Color Harmonies of #30980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30980D

Black with #30980D

Text Example


Text Example

White with #30980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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