Html Css Color HEX #208530 Forest Green

📋 copy color: '#208530'

red 32 ◦ green 133 ◦ blue 48

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

Shades of Forest Green #208530

Tints of Forest Green #208530

RGB

 RED value IS 32 (12.89% from 255) = 15.02%

 GREEN value IS 133 (52.34% from 255) = 62.44%

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 15.02%
G = 62.44%
B = 22.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#208530 (or 0x208530) is known color: Forest Green. HEX triplet: 20, 85 and 30. RGB value is (32,133,48). Sum of RGB (Red+Green+Blue) = 32+133+48=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #208530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208530 is #DF7ACF. Grayscale: #5D5D5D. Windows color (decimal): -14645968 or 3179808. OLE color: 3179808.

HSL color Cylindrical-coordinate representation of color #208530: hue angle of 129.5º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208530 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 133 48 -
CMYK 0.76 0 0.64 0.48
HSL 129.5º 0.61% 0.32% -
HSV(B) 129.5º 0.76% 0.52% -
XYZ 9.52 17.3 5.63 -
YUV 93.11 102.54 84.41 -
System Red Green Blue C M Y K H S L
Decimal 32 133 48 0.76 0 0.64 0.48 129.5 0.61 0.32
Hex 20 85 30 4C 0 40 30 82 3D 20
Octal 40 205 60 114 0 100 60 202 75 40
Binary 100000 10000101 110000 1001100 0 1000000 110000 10000010 111101 100000

Color Harmonies of #208530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208530

Black with #208530

Text Example


Text Example

White with #208530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208530; }

 p { color: rgb(32,133,48); }

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

background-color css

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

 a { background-color: rgb(32,133,48); }

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

border-color css

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

 span { border-color: rgb(32,133,48); }

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