Html Css Color HEX #309B2C Forest Green

📋 copy color: '#309B2C'

red 48 ◦ green 155 ◦ blue 44

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

Shades of Forest Green #309B2C

Tints of Forest Green #309B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 19.43%
G = 62.75%
B = 17.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#309B2C (or 0x309B2C) is known color: Forest Green. HEX triplet: 30, 9B and 2C. RGB value is (48,155,44). Sum of RGB (Red+Green+Blue) = 48+155+44=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 155 (60.94% from 255 or 62.75% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 155 - color contains mainly: green. Hex color #309B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309B2C is #CF64D3. Grayscale: #6E6E6E. Windows color (decimal): -13591764 or 2923312. OLE color: 2923312.

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

Color convert

RGB 48 155 44 -
CMYK 0.69 0 0.72 0.39
HSL 117.84º 0.56% 0.39% -
HSV(B) 117.84º 0.72% 0.61% -
XYZ 13.39 24.25 6.36 -
YUV 110.35 90.55 83.53 -
System Red Green Blue C M Y K H S L
Decimal 48 155 44 0.69 0 0.72 0.39 117.84 0.56 0.39
Hex 30 9B 2C 45 0 48 27 76 38 27
Octal 60 233 54 105 0 110 47 166 70 47
Binary 110000 10011011 101100 1000101 0 1001000 100111 1110110 111000 100111

Color Harmonies of #309B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B2C

Black with #309B2C

Text Example


Text Example

White with #309B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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