Html Css Color HEX #208B30 Forest Green

📋 copy color: '#208B30'

red 32 ◦ green 139 ◦ blue 48

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

Shades of Forest Green #208B30

Tints of Forest Green #208B30

RGB

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

 GREEN value IS 139 (54.69% from 255) = 63.47%

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

R = 14.61%
G = 63.47%
B = 21.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#208B30 (or 0x208B30) is known color: Forest Green. HEX triplet: 20, 8B and 30. RGB value is (32,139,48). Sum of RGB (Red+Green+Blue) = 32+139+48=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 139 (54.69% from 255 or 63.47% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 139 - color contains mainly: green. Hex color #208B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208B30 is #DF74CF. Grayscale: #606060. Windows color (decimal): -14644432 or 3181344. OLE color: 3181344.

HSL color Cylindrical-coordinate representation of color #208B30: hue angle of 128.97º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208B30 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 139 48 -
CMYK 0.77 0 0.65 0.45
HSL 128.97º 0.63% 0.34% -
HSV(B) 128.97º 0.77% 0.55% -
XYZ 10.36 18.99 5.91 -
YUV 96.63 100.55 81.9 -
System Red Green Blue C M Y K H S L
Decimal 32 139 48 0.77 0 0.65 0.45 128.97 0.63 0.34
Hex 20 8B 30 4D 0 41 2D 81 3F 22
Octal 40 213 60 115 0 101 55 201 77 42
Binary 100000 10001011 110000 1001101 0 1000001 101101 10000001 111111 100010

Color Harmonies of #208B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208B30

Black with #208B30

Text Example


Text Example

White with #208B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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