Html Css Color HEX #309130 Forest Green

📋 copy color: '#309130'

red 48 ◦ green 145 ◦ blue 48

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

Shades of Forest Green #309130

Tints of Forest Green #309130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.17%

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

R = 19.92%
G = 60.17%
B = 19.92%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#309130 (or 0x309130) is known color: Forest Green. HEX triplet: 30, 91 and 30. RGB value is (48,145,48). Sum of RGB (Red+Green+Blue) = 48+145+48=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #309130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309130 is #CF6ECF. Grayscale: #696969. Windows color (decimal): -13594320 or 3182896. OLE color: 3182896.

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

Color convert

RGB 48 145 48 -
CMYK 0.67 0 0.67 0.43
HSL 120º 0.5% 0.38% -
HSV(B) 120º 0.67% 0.57% -
XYZ 11.88 21.09 6.24 -
YUV 104.94 95.86 87.39 -
System Red Green Blue C M Y K H S L
Decimal 48 145 48 0.67 0 0.67 0.43 120 0.5 0.38
Hex 30 91 30 43 0 43 2B 78 32 26
Octal 60 221 60 103 0 103 53 170 62 46
Binary 110000 10010001 110000 1000011 0 1000011 101011 1111000 110010 100110

Color Harmonies of #309130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309130

Black with #309130

Text Example


Text Example

White with #309130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309130; }

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

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

background-color css

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

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

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

border-color css

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

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

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