Html Css Color HEX #309128 Forest Green

📋 copy color: '#309128'

red 48 ◦ green 145 ◦ blue 40

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

Shades of Forest Green #309128

Tints of Forest Green #309128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 20.6%
G = 62.23%
B = 17.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#309128 (or 0x309128) is known color: Forest Green. HEX triplet: 30, 91 and 28. RGB value is (48,145,40). Sum of RGB (Red+Green+Blue) = 48+145+40=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #309128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309128 is #CF6ED7. Grayscale: #686868. Windows color (decimal): -13594328 or 2658608. OLE color: 2658608.

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

Color convert

RGB 48 145 40 -
CMYK 0.67 0 0.72 0.43
HSL 115.43º 0.57% 0.36% -
HSV(B) 115.43º 0.72% 0.57% -
XYZ 11.73 21.03 5.45 -
YUV 104.03 91.86 88.04 -
System Red Green Blue C M Y K H S L
Decimal 48 145 40 0.67 0 0.72 0.43 115.43 0.57 0.36
Hex 30 91 28 43 0 48 2B 73 39 24
Octal 60 221 50 103 0 110 53 163 71 44
Binary 110000 10010001 101000 1000011 0 1001000 101011 1110011 111001 100100

Color Harmonies of #309128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309128

Black with #309128

Text Example


Text Example

White with #309128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309128; }

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

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

background-color css

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

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

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

border-color css

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

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

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