Html Css Color HEX #309330 Forest Green

📋 copy color: '#309330'

red 48 ◦ green 147 ◦ blue 48

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

Shades of Forest Green #309330

Tints of Forest Green #309330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.75%

R = 19.75%
G = 60.49%
B = 19.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#309330 (or 0x309330) is known color: Forest Green. HEX triplet: 30, 93 and 30. RGB value is (48,147,48). Sum of RGB (Red+Green+Blue) = 48+147+48=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #309330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309330 is #CF6CCF. Grayscale: #6A6A6A. Windows color (decimal): -13593808 or 3183408. OLE color: 3183408.

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

Color convert

RGB 48 147 48 -
CMYK 0.67 0 0.67 0.42
HSL 120º 0.51% 0.38% -
HSV(B) 120º 0.67% 0.58% -
XYZ 12.19 21.71 6.34 -
YUV 106.11 95.2 86.55 -
System Red Green Blue C M Y K H S L
Decimal 48 147 48 0.67 0 0.67 0.42 120 0.51 0.38
Hex 30 93 30 43 0 43 2A 78 33 26
Octal 60 223 60 103 0 103 52 170 63 46
Binary 110000 10010011 110000 1000011 0 1000011 101010 1111000 110011 100110

Color Harmonies of #309330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309330

Black with #309330

Text Example


Text Example

White with #309330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309330; }

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

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

background-color css

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

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

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

border-color css

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

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

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