Html Css Color HEX #30932B Forest Green

📋 copy color: '#30932B'

red 48 ◦ green 147 ◦ blue 43

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

Shades of Forest Green #30932B

Tints of Forest Green #30932B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.07%

R = 20.17%
G = 61.76%
B = 18.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#30932B (or 0x30932B) is known color: Forest Green. HEX triplet: 30, 93 and 2B. RGB value is (48,147,43). Sum of RGB (Red+Green+Blue) = 48+147+43=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 147 (57.81% from 255 or 61.76% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 147 - color contains mainly: green. Hex color #30932B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30932B is #CF6CD4. Grayscale: #696969. Windows color (decimal): -13593813 or 2855728. OLE color: 2855728.

HSL color Cylindrical-coordinate representation of color #30932B: hue angle of 117.12º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30932B is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 147 43 -
CMYK 0.67 0 0.71 0.42
HSL 117.12º 0.55% 0.37% -
HSV(B) 117.12º 0.71% 0.58% -
XYZ 12.09 21.67 5.83 -
YUV 105.54 92.7 86.96 -
System Red Green Blue C M Y K H S L
Decimal 48 147 43 0.67 0 0.71 0.42 117.12 0.55 0.37
Hex 30 93 2B 43 0 47 2A 75 37 25
Octal 60 223 53 103 0 107 52 165 67 45
Binary 110000 10010011 101011 1000011 0 1000111 101010 1110101 110111 100101

Color Harmonies of #30932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30932B

Black with #30932B

Text Example


Text Example

White with #30932B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30932B; }

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

 H1.HeaderClassName
 {
   color: #30932B;
 }
 .AnyTagClassName
 {
   color: #30932B;
 }
</style>

background-color css

<style>
 a { background-color: #30932B; }

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

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

border-color css

<style>
 span { border-color: #30932B; }

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

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