Html Css Color HEX #30941E Forest Green

📋 copy color: '#30941E'

red 48 ◦ green 148 ◦ blue 30

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

Shades of Forest Green #30941E

Tints of Forest Green #30941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 65.49%

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

R = 21.24%
G = 65.49%
B = 13.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#30941E (or 0x30941E) is known color: Forest Green. HEX triplet: 30, 94 and 1E. RGB value is (48,148,30). Sum of RGB (Red+Green+Blue) = 48+148+30=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #30941E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30941E is #CF6BE1. Grayscale: #696969. Windows color (decimal): -13593570 or 2004016. OLE color: 2004016.

HSL color Cylindrical-coordinate representation of color #30941E: hue angle of 110.85º 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 #30941E is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 30 -
CMYK 0.68 0 0.80 0.42
HSL 110.85º 0.66% 0.35% -
HSV(B) 110.85º 0.8% 0.58% -
XYZ 12.04 21.9 4.82 -
YUV 104.65 85.87 87.59 -
System Red Green Blue C M Y K H S L
Decimal 48 148 30 0.68 0 0.80 0.42 110.85 0.66 0.35
Hex 30 94 1E 44 0 50 2A 6F 42 23
Octal 60 224 36 104 0 120 52 157 102 43
Binary 110000 10010100 11110 1000100 0 1010000 101010 1101111 1000010 100011

Color Harmonies of #30941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30941E

Black with #30941E

Text Example


Text Example

White with #30941E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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