Html Css Color HEX #30970F Forest Green

📋 copy color: '#30970F'

red 48 ◦ green 151 ◦ blue 15

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

Shades of Forest Green #30970F

Tints of Forest Green #30970F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.01%

R = 22.43%
G = 70.56%
B = 7.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#30970F (or 0x30970F) is known color: Forest Green. HEX triplet: 30, 97 and 0F. RGB value is (48,151,15). Sum of RGB (Red+Green+Blue) = 48+151+15=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 151 (59.38% from 255 or 70.56% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 151 - color contains mainly: green. Hex color #30970F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30970F is #CF68F0. Grayscale: #696969. Windows color (decimal): -13592817 or 1021744. OLE color: 1021744.

HSL color Cylindrical-coordinate representation of color #30970F: hue angle of 105.44º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30970F is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 151 15 -
CMYK 0.68 0 0.90 0.41
HSL 105.44º 0.82% 0.33% -
HSV(B) 105.44º 0.9% 0.59% -
XYZ 12.37 22.8 4.2 -
YUV 104.7 77.38 87.56 -
System Red Green Blue C M Y K H S L
Decimal 48 151 15 0.68 0 0.90 0.41 105.44 0.82 0.33
Hex 30 97 F 44 0 5A 29 69 52 21
Octal 60 227 17 104 0 132 51 151 122 41
Binary 110000 10010111 1111 1000100 0 1011010 101001 1101001 1010010 100001

Color Harmonies of #30970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30970F

Black with #30970F

Text Example


Text Example

White with #30970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30970F; }

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

 H1.HeaderClassName
 {
   color: #30970F;
 }
 .AnyTagClassName
 {
   color: #30970F;
 }
</style>

background-color css

<style>
 a { background-color: #30970F; }

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

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

border-color css

<style>
 span { border-color: #30970F; }

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

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