Html Css Color HEX #309B2F Forest Green

📋 copy color: '#309B2F'

red 48 ◦ green 155 ◦ blue 47

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

Shades of Forest Green #309B2F

Tints of Forest Green #309B2F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 62%

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

R = 19.2%
G = 62%
B = 18.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#309B2F (or 0x309B2F) is known color: Forest Green. HEX triplet: 30, 9B and 2F. RGB value is (48,155,47). Sum of RGB (Red+Green+Blue) = 48+155+47=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 155 (60.94% from 255 or 62% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 155 - color contains mainly: green. Hex color #309B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309B2F is #CF64D0. Grayscale: #6F6F6F. Windows color (decimal): -13591761 or 3119920. OLE color: 3119920.

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

Color convert

RGB 48 155 47 -
CMYK 0.69 0 0.70 0.39
HSL 119.44º 0.53% 0.4% -
HSV(B) 119.44º 0.7% 0.61% -
XYZ 13.45 24.28 6.67 -
YUV 110.7 92.05 83.28 -
System Red Green Blue C M Y K H S L
Decimal 48 155 47 0.69 0 0.70 0.39 119.44 0.53 0.4
Hex 30 9B 2F 45 0 46 27 77 35 28
Octal 60 233 57 105 0 106 47 167 65 50
Binary 110000 10011011 101111 1000101 0 1000110 100111 1110111 110101 101000

Color Harmonies of #309B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B2F

Black with #309B2F

Text Example


Text Example

White with #309B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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