Html Css Color HEX #319B30 Forest Green

📋 copy color: '#319B30'

red 49 ◦ green 155 ◦ blue 48

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

Shades of Forest Green #319B30

Tints of Forest Green #319B30

RGB

 RED value IS 49 (19.53% from 255) = 19.44%

 GREEN value IS 155 (60.94% from 255) = 61.51%

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

R = 19.44%
G = 61.51%
B = 19.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#319B30 (or 0x319B30) is known color: Forest Green. HEX triplet: 31, 9B and 30. RGB value is (49,155,48). Sum of RGB (Red+Green+Blue) = 49+155+48=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #319B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319B30 is #CE64CF. Grayscale: #6F6F6F. Windows color (decimal): -13526224 or 3185457. OLE color: 3185457.

HSL color Cylindrical-coordinate representation of color #319B30: hue angle of 119.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319B30 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 48 -
CMYK 0.68 0 0.69 0.39
HSL 119.44º 0.53% 0.4% -
HSV(B) 119.44º 0.69% 0.61% -
XYZ 13.52 24.31 6.78 -
YUV 111.11 92.38 83.7 -
System Red Green Blue C M Y K H S L
Decimal 49 155 48 0.68 0 0.69 0.39 119.44 0.53 0.4
Hex 31 9B 30 44 0 45 27 77 35 28
Octal 61 233 60 104 0 105 47 167 65 50
Binary 110001 10011011 110000 1000100 0 1000101 100111 1110111 110101 101000

Color Harmonies of #319B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B30

Black with #319B30

Text Example


Text Example

White with #319B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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