Html Css Color HEX #30980A Forest Green

📋 copy color: '#30980A'

red 48 ◦ green 152 ◦ blue 10

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

Shades of Forest Green #30980A

Tints of Forest Green #30980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.76%

R = 22.86%
G = 72.38%
B = 4.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#30980A (or 0x30980A) is known color: Forest Green. HEX triplet: 30, 98 and 0A. RGB value is (48,152,10). Sum of RGB (Red+Green+Blue) = 48+152+10=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 152 (59.77% from 255 or 72.38% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 152 - color contains mainly: green. Hex color #30980A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30980A is #CF67F5. Grayscale: #696969. Windows color (decimal): -13592566 or 694320. OLE color: 694320.

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

Color convert

RGB 48 152 10 -
CMYK 0.68 0 0.93 0.40
HSL 103.94º 0.88% 0.32% -
HSV(B) 103.94º 0.93% 0.6% -
XYZ 12.5 23.11 4.09 -
YUV 104.72 74.54 87.55 -
System Red Green Blue C M Y K H S L
Decimal 48 152 10 0.68 0 0.93 0.40 103.94 0.88 0.32
Hex 30 98 A 44 0 5D 28 68 58 20
Octal 60 230 12 104 0 135 50 150 130 40
Binary 110000 10011000 1010 1000100 0 1011101 101000 1101000 1011000 100000

Color Harmonies of #30980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30980A

Black with #30980A

Text Example


Text Example

White with #30980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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