Html Css Color HEX #309D2F Forest Green

📋 copy color: '#309D2F'

red 48 ◦ green 157 ◦ blue 47

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

Shades of Forest Green #309D2F

Tints of Forest Green #309D2F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 62.3%

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 19.05%
G = 62.3%
B = 18.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#309D2F (or 0x309D2F) is known color: Forest Green. HEX triplet: 30, 9D and 2F. RGB value is (48,157,47). Sum of RGB (Red+Green+Blue) = 48+157+47=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 157 (61.72% from 255 or 62.30% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 157 - color contains mainly: green. Hex color #309D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309D2F is #CF62D0. Grayscale: #707070. Windows color (decimal): -13591249 or 3120432. OLE color: 3120432.

HSL color Cylindrical-coordinate representation of color #309D2F: hue angle of 119.45º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309D2F is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 157 47 -
CMYK 0.69 0 0.70 0.38
HSL 119.45º 0.54% 0.4% -
HSV(B) 119.45º 0.7% 0.62% -
XYZ 13.79 24.95 6.78 -
YUV 111.87 91.39 82.44 -
System Red Green Blue C M Y K H S L
Decimal 48 157 47 0.69 0 0.70 0.38 119.45 0.54 0.4
Hex 30 9D 2F 45 0 46 26 77 36 28
Octal 60 235 57 105 0 106 46 167 66 50
Binary 110000 10011101 101111 1000101 0 1000110 100110 1110111 110110 101000

Color Harmonies of #309D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D2F

Black with #309D2F

Text Example


Text Example

White with #309D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309D2F; }

 p { color: rgb(48,157,47); }

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

background-color css

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

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

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

border-color css

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

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

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