Html Css Color HEX #308F20 Forest Green

📋 copy color: '#308F20'

red 48 ◦ green 143 ◦ blue 32

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

Shades of Forest Green #308F20

Tints of Forest Green #308F20

RGB

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

 GREEN value IS 143 (56.25% from 255) = 64.13%

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 21.52%
G = 64.13%
B = 14.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#308F20 (or 0x308F20) is known color: Forest Green. HEX triplet: 30, 8F and 20. RGB value is (48,143,32). Sum of RGB (Red+Green+Blue) = 48+143+32=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 143 (56.25% from 255 or 64.13% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 143 - color contains mainly: green. Hex color #308F20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308F20 is #CF70DF. Grayscale: #666666. Windows color (decimal): -13594848 or 2133808. OLE color: 2133808.

HSL color Cylindrical-coordinate representation of color #308F20: hue angle of 111.35º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #308F20 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 143 32 -
CMYK 0.66 0 0.78 0.44
HSL 111.35º 0.63% 0.34% -
HSV(B) 111.35º 0.78% 0.56% -
XYZ 11.3 20.38 4.7 -
YUV 101.94 88.53 89.53 -
System Red Green Blue C M Y K H S L
Decimal 48 143 32 0.66 0 0.78 0.44 111.35 0.63 0.34
Hex 30 8F 20 42 0 4E 2C 6F 3F 22
Octal 60 217 40 102 0 116 54 157 77 42
Binary 110000 10001111 100000 1000010 0 1001110 101100 1101111 111111 100010

Color Harmonies of #308F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F20

Black with #308F20

Text Example


Text Example

White with #308F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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