Html Css Color HEX #308F31 Forest Green

📋 copy color: '#308F31'

red 48 ◦ green 143 ◦ blue 49

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

Shades of Forest Green #308F31

Tints of Forest Green #308F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 20%
G = 59.58%
B = 20.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#308F31 (or 0x308F31) is known color: Forest Green. HEX triplet: 30, 8F and 31. RGB value is (48,143,49). Sum of RGB (Red+Green+Blue) = 48+143+49=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 143 (56.25% from 255 or 59.58% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 143 - color contains mainly: green. Hex color #308F31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308F31 is #CF70CE. Grayscale: #686868. Windows color (decimal): -13594831 or 3247920. OLE color: 3247920.

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

Color convert

RGB 48 143 49 -
CMYK 0.66 0 0.66 0.44
HSL 120.63º 0.5% 0.37% -
HSV(B) 120.63º 0.66% 0.56% -
XYZ 11.6 20.5 6.25 -
YUV 103.88 97.03 88.14 -
System Red Green Blue C M Y K H S L
Decimal 48 143 49 0.66 0 0.66 0.44 120.63 0.5 0.37
Hex 30 8F 31 42 0 42 2C 79 32 25
Octal 60 217 61 102 0 102 54 171 62 45
Binary 110000 10001111 110001 1000010 0 1000010 101100 1111001 110010 100101

Color Harmonies of #308F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F31

Black with #308F31

Text Example


Text Example

White with #308F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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