Html Css Color HEX #308D32 Forest Green

📋 copy color: '#308D32'

red 48 ◦ green 141 ◦ blue 50

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

Shades of Forest Green #308D32

Tints of Forest Green #308D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 59%

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

R = 20.08%
G = 59%
B = 20.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#308D32 (or 0x308D32) is known color: Forest Green. HEX triplet: 30, 8D and 32. RGB value is (48,141,50). Sum of RGB (Red+Green+Blue) = 48+141+50=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 141 (55.47% from 255 or 59.00% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 141 - color contains mainly: green. Hex color #308D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D32 is #CF72CD. Grayscale: #676767. Windows color (decimal): -13595342 or 3312944. OLE color: 3312944.

HSL color Cylindrical-coordinate representation of color #308D32: hue angle of 121.29º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D32 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 50 -
CMYK 0.66 0 0.65 0.45
HSL 121.29º 0.49% 0.37% -
HSV(B) 121.29º 0.66% 0.55% -
XYZ 11.32 19.91 6.26 -
YUV 102.82 98.19 88.9 -
System Red Green Blue C M Y K H S L
Decimal 48 141 50 0.66 0 0.65 0.45 121.29 0.49 0.37
Hex 30 8D 32 42 0 41 2D 79 31 25
Octal 60 215 62 102 0 101 55 171 61 45
Binary 110000 10001101 110010 1000010 0 1000001 101101 1111001 110001 100101

Color Harmonies of #308D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D32

Black with #308D32

Text Example


Text Example

White with #308D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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