Html Css Color HEX #30982B Forest Green

📋 copy color: '#30982B'

red 48 ◦ green 152 ◦ blue 43

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

Shades of Forest Green #30982B

Tints of Forest Green #30982B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.7%

R = 19.75%
G = 62.55%
B = 17.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#30982B (or 0x30982B) is known color: Forest Green. HEX triplet: 30, 98 and 2B. RGB value is (48,152,43). Sum of RGB (Red+Green+Blue) = 48+152+43=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #30982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30982B is #CF67D4. Grayscale: #6C6C6C. Windows color (decimal): -13592533 or 2857008. OLE color: 2857008.

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

Color convert

RGB 48 152 43 -
CMYK 0.68 0 0.72 0.40
HSL 117.25º 0.56% 0.38% -
HSV(B) 117.25º 0.72% 0.6% -
XYZ 12.88 23.26 6.1 -
YUV 108.48 91.04 84.86 -
System Red Green Blue C M Y K H S L
Decimal 48 152 43 0.68 0 0.72 0.40 117.25 0.56 0.38
Hex 30 98 2B 44 0 48 28 75 38 26
Octal 60 230 53 104 0 110 50 165 70 46
Binary 110000 10011000 101011 1000100 0 1001000 101000 1110101 111000 100110

Color Harmonies of #30982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30982B

Black with #30982B

Text Example


Text Example

White with #30982B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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