Html Css Color HEX #319C1E Forest Green

📋 copy color: '#319C1E'

red 49 ◦ green 156 ◦ blue 30

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

Shades of Forest Green #319C1E

Tints of Forest Green #319C1E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 66.38%

 BLUE value IS 30 (12.11% from 255) = 12.77%

R = 20.85%
G = 66.38%
B = 12.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#319C1E (or 0x319C1E) is known color: Forest Green. HEX triplet: 31, 9C and 1E. RGB value is (49,156,30). Sum of RGB (Red+Green+Blue) = 49+156+30=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 156 (61.33% from 255 or 66.38% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 156 - color contains mainly: green. Hex color #319C1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C1E is #CE63E1. Grayscale: #6E6E6E. Windows color (decimal): -13525986 or 2006065. OLE color: 2006065.

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

Color convert

RGB 49 156 30 -
CMYK 0.69 0 0.81 0.39
HSL 110.95º 0.68% 0.36% -
HSV(B) 110.95º 0.81% 0.61% -
XYZ 13.39 24.52 5.26 -
YUV 109.64 83.05 84.75 -
System Red Green Blue C M Y K H S L
Decimal 49 156 30 0.69 0 0.81 0.39 110.95 0.68 0.36
Hex 31 9C 1E 45 0 51 27 6F 44 24
Octal 61 234 36 105 0 121 47 157 104 44
Binary 110001 10011100 11110 1000101 0 1010001 100111 1101111 1000100 100100

Color Harmonies of #319C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C1E

Black with #319C1E

Text Example


Text Example

White with #319C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,156,30); }

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

background-color css

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

 a { background-color: rgb(49,156,30); }

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

border-color css

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

 span { border-color: rgb(49,156,30); }

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