Html Css Color HEX #30973D Forest Green

📋 copy color: '#30973D'

red 48 ◦ green 151 ◦ blue 61

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

Shades of Forest Green #30973D

Tints of Forest Green #30973D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.46%

R = 18.46%
G = 58.08%
B = 23.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#30973D (or 0x30973D) is known color: Forest Green. HEX triplet: 30, 97 and 3D. RGB value is (48,151,61). Sum of RGB (Red+Green+Blue) = 48+151+61=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 151 (59.38% from 255 or 58.08% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 151 - color contains mainly: green. Hex color #30973D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30973D is #CF68C2. Grayscale: #6E6E6E. Windows color (decimal): -13592771 or 4036400. OLE color: 4036400.

HSL color Cylindrical-coordinate representation of color #30973D: hue angle of 127.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30973D is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 151 61 -
CMYK 0.68 0 0.60 0.41
HSL 127.57º 0.52% 0.39% -
HSV(B) 127.57º 0.68% 0.59% -
XYZ 13.13 23.1 8.18 -
YUV 109.94 100.38 83.82 -
System Red Green Blue C M Y K H S L
Decimal 48 151 61 0.68 0 0.60 0.41 127.57 0.52 0.39
Hex 30 97 3D 44 0 3C 29 80 34 27
Octal 60 227 75 104 0 74 51 200 64 47
Binary 110000 10010111 111101 1000100 0 111100 101001 10000000 110100 100111

Color Harmonies of #30973D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30973D

Black with #30973D

Text Example


Text Example

White with #30973D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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