Html Css Color HEX #309522 Forest Green

📋 copy color: '#309522'

red 48 ◦ green 149 ◦ blue 34

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

Shades of Forest Green #309522

Tints of Forest Green #309522

RGB

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

 GREEN value IS 149 (58.59% from 255) = 64.5%

 BLUE value IS 34 (13.67% from 255) = 14.72%

R = 20.78%
G = 64.5%
B = 14.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#309522 (or 0x309522) is known color: Forest Green. HEX triplet: 30, 95 and 22. RGB value is (48,149,34). Sum of RGB (Red+Green+Blue) = 48+149+34=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #309522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309522 is #CF6ADD. Grayscale: #6A6A6A. Windows color (decimal): -13593310 or 2266416. OLE color: 2266416.

HSL color Cylindrical-coordinate representation of color #309522: hue angle of 112.7º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309522 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 34 -
CMYK 0.68 0 0.77 0.42
HSL 112.7º 0.63% 0.36% -
HSV(B) 112.7º 0.77% 0.58% -
XYZ 12.26 22.24 5.16 -
YUV 105.69 87.54 86.85 -
System Red Green Blue C M Y K H S L
Decimal 48 149 34 0.68 0 0.77 0.42 112.7 0.63 0.36
Hex 30 95 22 44 0 4D 2A 71 3F 24
Octal 60 225 42 104 0 115 52 161 77 44
Binary 110000 10010101 100010 1000100 0 1001101 101010 1110001 111111 100100

Color Harmonies of #309522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309522

Black with #309522

Text Example


Text Example

White with #309522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309522; }

 p { color: rgb(48,149,34); }

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

background-color css

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

 a { background-color: rgb(48,149,34); }

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

border-color css

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

 span { border-color: rgb(48,149,34); }

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