Html Css Color HEX #308C31 Forest Green

📋 copy color: '#308C31'

red 48 ◦ green 140 ◦ blue 49

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

Shades of Forest Green #308C31

Tints of Forest Green #308C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 59.07%

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

R = 20.25%
G = 59.07%
B = 20.68%

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

#308C31 (or 0x308C31) is known color: Forest Green. HEX triplet: 30, 8C and 31. RGB value is (48,140,49). Sum of RGB (Red+Green+Blue) = 48+140+49=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 140 (55.08% from 255 or 59.07% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 140 - color contains mainly: green. Hex color #308C31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C31 is #CF73CE. Grayscale: #666666. Windows color (decimal): -13595599 or 3247152. OLE color: 3247152.

HSL color Cylindrical-coordinate representation of color #308C31: hue angle of 120.65º 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 #308C31 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 140 49 -
CMYK 0.66 0 0.65 0.45
HSL 120.65º 0.49% 0.37% -
HSV(B) 120.65º 0.66% 0.55% -
XYZ 11.15 19.61 6.1 -
YUV 102.12 98.02 89.4 -
System Red Green Blue C M Y K H S L
Decimal 48 140 49 0.66 0 0.65 0.45 120.65 0.49 0.37
Hex 30 8C 31 42 0 41 2D 79 31 25
Octal 60 214 61 102 0 101 55 171 61 45
Binary 110000 10001100 110001 1000010 0 1000001 101101 1111001 110001 100101

Color Harmonies of #308C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C31

Black with #308C31

Text Example


Text Example

White with #308C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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