Html Css Color HEX #30931E Forest Green

📋 copy color: '#30931E'

red 48 ◦ green 147 ◦ blue 30

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

Shades of Forest Green #30931E

Tints of Forest Green #30931E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 65.33%

 BLUE value IS 30 (12.11% from 255) = 13.33%

R = 21.33%
G = 65.33%
B = 13.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#30931E (or 0x30931E) is known color: Forest Green. HEX triplet: 30, 93 and 1E. RGB value is (48,147,30). Sum of RGB (Red+Green+Blue) = 48+147+30=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 147 (57.81% from 255 or 65.33% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 147 - color contains mainly: green. Hex color #30931E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30931E is #CF6CE1. Grayscale: #686868. Windows color (decimal): -13593826 or 2003760. OLE color: 2003760.

HSL color Cylindrical-coordinate representation of color #30931E: hue angle of 110.77º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30931E is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 147 30 -
CMYK 0.67 0 0.80 0.42
HSL 110.77º 0.66% 0.35% -
HSV(B) 110.77º 0.8% 0.58% -
XYZ 11.89 21.59 4.77 -
YUV 104.06 86.2 88.01 -
System Red Green Blue C M Y K H S L
Decimal 48 147 30 0.67 0 0.80 0.42 110.77 0.66 0.35
Hex 30 93 1E 43 0 50 2A 6F 42 23
Octal 60 223 36 103 0 120 52 157 102 43
Binary 110000 10010011 11110 1000011 0 1010000 101010 1101111 1000010 100011

Color Harmonies of #30931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30931E

Black with #30931E

Text Example


Text Example

White with #30931E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30931E; }

 p { color: rgb(48,147,30); }

 H1.HeaderClassName
 {
   color: #30931E;
 }
 .AnyTagClassName
 {
   color: #30931E;
 }
</style>

background-color css

<style>
 a { background-color: #30931E; }

 a { background-color: rgb(48,147,30); }

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

border-color css

<style>
 span { border-color: #30931E; }

 span { border-color: rgb(48,147,30); }

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