Html Css Color HEX #30972A Forest Green

📋 copy color: '#30972A'

red 48 ◦ green 151 ◦ blue 42

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

Shades of Forest Green #30972A

Tints of Forest Green #30972A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 62.66%

 BLUE value IS 42 (16.8% from 255) = 17.43%

R = 19.92%
G = 62.66%
B = 17.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#30972A (or 0x30972A) is known color: Forest Green. HEX triplet: 30, 97 and 2A. RGB value is (48,151,42). Sum of RGB (Red+Green+Blue) = 48+151+42=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 151 (59.38% from 255 or 62.66% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 151 - color contains mainly: green. Hex color #30972A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30972A is #CF68D5. Grayscale: #6C6C6C. Windows color (decimal): -13592790 or 2791216. OLE color: 2791216.

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

Color convert

RGB 48 151 42 -
CMYK 0.68 0 0.72 0.41
HSL 116.7º 0.56% 0.38% -
HSV(B) 116.7º 0.72% 0.59% -
XYZ 12.7 22.93 5.95 -
YUV 107.78 90.88 85.36 -
System Red Green Blue C M Y K H S L
Decimal 48 151 42 0.68 0 0.72 0.41 116.7 0.56 0.38
Hex 30 97 2A 44 0 48 29 75 38 26
Octal 60 227 52 104 0 110 51 165 70 46
Binary 110000 10010111 101010 1000100 0 1001000 101001 1110101 111000 100110

Color Harmonies of #30972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30972A

Black with #30972A

Text Example


Text Example

White with #30972A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,151,42); }

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

background-color css

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

 a { background-color: rgb(48,151,42); }

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

border-color css

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

 span { border-color: rgb(48,151,42); }

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