Html Css Color HEX #309A32 Forest Green

📋 copy color: '#309A32'

red 48 ◦ green 154 ◦ blue 50

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

Shades of Forest Green #309A32

Tints of Forest Green #309A32

RGB

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

 GREEN value IS 154 (60.55% from 255) = 61.11%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 19.05%
G = 61.11%
B = 19.84%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#309A32 (or 0x309A32) is known color: Forest Green. HEX triplet: 30, 9A and 32. RGB value is (48,154,50). Sum of RGB (Red+Green+Blue) = 48+154+50=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 154 (60.55% from 255 or 61.11% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 154 - color contains mainly: green. Hex color #309A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309A32 is #CF65CD. Grayscale: #6E6E6E. Windows color (decimal): -13592014 or 3316272. OLE color: 3316272.

HSL color Cylindrical-coordinate representation of color #309A32: hue angle of 121.13º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309A32 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 154 50 -
CMYK 0.69 0 0.68 0.40
HSL 121.13º 0.52% 0.4% -
HSV(B) 121.13º 0.69% 0.6% -
XYZ 13.35 23.97 6.94 -
YUV 110.45 93.88 83.46 -
System Red Green Blue C M Y K H S L
Decimal 48 154 50 0.69 0 0.68 0.40 121.13 0.52 0.4
Hex 30 9A 32 45 0 44 28 79 34 28
Octal 60 232 62 105 0 104 50 171 64 50
Binary 110000 10011010 110010 1000101 0 1000100 101000 1111001 110100 101000

Color Harmonies of #309A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309A32

Black with #309A32

Text Example


Text Example

White with #309A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,154,50); }

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

background-color css

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

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

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

border-color css

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

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

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